#CB886A

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

Shades of Burning Sand #CB886A

Tints of Burning Sand #CB886A

Color information

#CB886A (or 0xCB886A) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 6A. RGB value is (203,136,106). Sum of RGB (Red+Green+Blue) = 203+136+106=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB886A is #347795. Grayscale: #989898. Windows color (decimal): -3438486 or 6981835. OLE color: 6981835.

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

Color convert

RGB203136106-
CMYK00.330.480.20
HSL18.56º48.26%60.59%-
HSV(B)18.56º47.78%79.61%-
XYZ36.0331.3517.79-
YUV152.61101.7163.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=45.62%
G=30.56%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313610600.330.480.2018.5648.2660.59
HexCB886A021301413303d
Octal3132101520416024236075
Binary1100101110001000110101001000011100001010010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB886A; }

 p { color: rgb(203,136,106); }

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

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

 a { background-color: rgb(203,136,106); }

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

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

 span { border-color: rgb(203,136,106); }

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