Html Css Color HEX #CB8966 Burning Sand

📋 copy color: '#CB8966'

red 203 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #CB8966

Tints of Burning Sand #CB8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 45.93%
G = 31%
B = 23.08%

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

#CB8966 (or 0xCB8966) is known color: Burning Sand. HEX triplet: CB, 89 and 66. RGB value is (203,137,102). Sum of RGB (Red+Green+Blue) = 203+137+102=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8966 is #347699. Grayscale: #989898. Windows color (decimal): -3438234 or 6719947. OLE color: 6719947.

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

Color convert

RGB 203 137 102 -
CMYK 0 0.33 0.50 0.20
HSL 20.79º 0.49% 0.6% -
HSV(B) 20.79º 0.5% 0.8% -
XYZ 35.97 31.55 16.76 -
YUV 152.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 203 137 102 0 0.33 0.50 0.20 20.79 0.49 0.6
Hex CB 89 66 0 21 32 14 15 31 3C
Octal 313 211 146 0 41 62 24 25 61 74
Binary 11001011 10001001 1100110 0 100001 110010 10100 10101 110001 111100

Color Harmonies of #CB8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8966

Black with #CB8966

Text Example


Text Example

White with #CB8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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