#CB7965

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

Shades of Burning Sand #CB7965

Tints of Burning Sand #CB7965

Color information

#CB7965 (or 0xCB7965) is unknown color: approx Burning Sand. HEX triplet: CB, 79 and 65. RGB value is (203,121,101). Sum of RGB (Red+Green+Blue) = 203+121+101=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7965 is #34869A. Grayscale: #8F8F8F. Windows color (decimal): -3442331 or 6650315. OLE color: 6650315.

HSL color Cylindrical-coordinate representation of color #CB7965: hue angle of 11.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7965 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203121101-
CMYK00.400.500.20
HSL11.76º49.51%59.61%-
HSV(B)11.76º50.25%79.61%-
XYZ33.8127.3115.8-
YUV143.24104.17170.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=47.76%
G=28.47%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312110100.400.500.2011.7649.5159.61
HexCB79650283214c323c
Octal3131711450506224146274
Binary11001011111100111001010101000110010101001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7965; }

 p { color: rgb(203,121,101); }

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

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

 a { background-color: rgb(203,121,101); }

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

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

 span { border-color: rgb(203,121,101); }

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