Html Css Color HEX #CB8866 Burning Sand

📋 copy color: '#CB8866'

red 203 ◦ green 136 ◦ blue 102

#CB8866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #CB8866

Tints of Burning Sand #CB8866

RGB

 RED value IS 203 (79.69% from 255) = 46.03%

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 46.03%
G = 30.84%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB8866 (or 0xCB8866) is known color: Burning Sand. HEX triplet: CB, 88 and 66. RGB value is (203,136,102). Sum of RGB (Red+Green+Blue) = 203+136+102=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8866 is #347799. Grayscale: #989898. Windows color (decimal): -3438490 or 6719691. OLE color: 6719691.

HSL color Cylindrical-coordinate representation of color #CB8866: hue angle of 20.2º degrees, saturation: 0.49, 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 #CB8866 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 102 -
CMYK 0 0.33 0.50 0.20
HSL 20.2º 0.49% 0.6% -
HSV(B) 20.2º 0.5% 0.8% -
XYZ 35.83 31.26 16.72 -
YUV 152.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 203 136 102 0 0.33 0.50 0.20 20.2 0.49 0.6
Hex CB 88 66 0 21 32 14 14 31 3C
Octal 313 210 146 0 41 62 24 24 61 74
Binary 11001011 10001000 1100110 0 100001 110010 10100 10100 110001 111100

Color Harmonies of #CB8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8866

Black with #CB8866

Text Example


Text Example

White with #CB8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8866; }

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

 H1.HeaderClassName
 {
   color: #CB8866;
 }
 .AnyTagClassName
 {
   color: #CB8866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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