#CB8767

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

Shades of Burning Sand #CB8767

Tints of Burning Sand #CB8767

Color information

#CB8767 (or 0xCB8767) is unknown color: approx Burning Sand. HEX triplet: CB, 87 and 67. RGB value is (203,135,103). Sum of RGB (Red+Green+Blue) = 203+135+103=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8767 is #347898. Grayscale: #979797. Windows color (decimal): -3438745 or 6784971. OLE color: 6784971.

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

Color convert

RGB203135103-
CMYK00.330.490.20
HSL19.2º49.02%60%-
HSV(B)19.2º49.26%79.61%-
XYZ35.743116.93-
YUV151.68100.53164.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=46.03%
G=30.61%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313510300.330.490.2019.249.0260
HexCB8767021311413313c
Octal3132071470416124236174
Binary1100101110000111110011101000011100011010010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8767; }

 p { color: rgb(203,135,103); }

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

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

 a { background-color: rgb(203,135,103); }

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

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

 span { border-color: rgb(203,135,103); }

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