Html Css Color HEX #CB8059 Burning Sand

📋 copy color: '#CB8059'

red 203 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #CB8059

Tints of Burning Sand #CB8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 48.33%
G = 30.48%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8059 (or 0xCB8059) is known color: Burning Sand. HEX triplet: CB, 80 and 59. RGB value is (203,128,89). Sum of RGB (Red+Green+Blue) = 203+128+89=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8059 is #347FA6. Grayscale: #929292. Windows color (decimal): -3440551 or 5865675. OLE color: 5865675.

HSL color Cylindrical-coordinate representation of color #CB8059: hue angle of 20.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB8059 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 89 -
CMYK 0 0.37 0.56 0.20
HSL 20.53º 0.52% 0.57% -
HSV(B) 20.53º 0.56% 0.8% -
XYZ 34.15 28.86 13.22 -
YUV 145.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 203 128 89 0 0.37 0.56 0.20 20.53 0.52 0.57
Hex CB 80 59 0 25 38 14 15 34 39
Octal 313 200 131 0 45 70 24 25 64 71
Binary 11001011 10000000 1011001 0 100101 111000 10100 10101 110100 111001

Color Harmonies of #CB8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8059

Black with #CB8059

Text Example


Text Example

White with #CB8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8059; }

 p { color: rgb(203,128,89); }

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

background-color css

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

 a { background-color: rgb(203,128,89); }

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

border-color css

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

 span { border-color: rgb(203,128,89); }

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