#CB886B

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

Shades of Burning Sand #CB886B

Tints of Burning Sand #CB886B

Color information

#CB886B (or 0xCB886B) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 6B. RGB value is (203,136,107). Sum of RGB (Red+Green+Blue) = 203+136+107=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB886B is #347794. Grayscale: #989898. Windows color (decimal): -3438485 or 7047371. OLE color: 7047371.

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

Color convert

RGB203136107-
CMYK00.330.470.20
HSL18.13º48%60.78%-
HSV(B)18.13º47.29%79.61%-
XYZ36.0931.3718.06-
YUV152.73102.2163.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=45.52%
G=30.49%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313610700.330.470.2018.134860.78
HexCB886B0212F1412303d
Octal3132101530415724226075
Binary1100101110001000110101101000011011111010010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB886B; }

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

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

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

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

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

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

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

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