#CF835C

Color #CF835C Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CF835C

Tints of Burning Sand #CF835C

Color information

#CF835C (or 0xCF835C) is unknown color: approx Burning Sand. HEX triplet: CF, 83 and 5C. RGB value is (207,131,92). Sum of RGB (Red+Green+Blue) = 207+131+92=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF835C is #307CA3. Grayscale: #959595. Windows color (decimal): -3177636 or 6063055. OLE color: 6063055.

HSL color Cylindrical-coordinate representation of color #CF835C: hue angle of 20.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF835C is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20713192-
CMYK00.370.560.19
HSL20.35º54.5%58.63%-
HSV(B)20.35º55.56%81.18%-
XYZ35.7830.2714.08-
YUV149.2895.68169.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=48.14%
G=30.47%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071319200.370.560.1920.3554.558.63
HexCF835C025381314373b
Octal3172031340457023246773
Binary1100111110000011101110001001011110001001110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF835C; }

 p { color: rgb(207,131,92); }

 H1.HeaderClassName
 {
   color: #CF835C;
 }
 .AnyTagClassName
 {
   color: #CF835C;
 }
</style>
background-color css

<style>
 a { background-color: #CF835C; }

 a { background-color: rgb(207,131,92); }

 div.DivClassName
 {
   background-color: #CF835C;
 }
 .BgClassName
 {
   background-color: #CF835C;
 }
</style>
border-color css

<style>
 span { border-color: #CF835C; }

 span { border-color: rgb(207,131,92); }

 td.TdClassName
 {
   border-color: #CF835C;
 }
 .TagClassName
 {
   border-color: #CF835C;
 }
</style>