Html Css Color HEX #CB8259 Burning Sand

📋 copy color: '#CB8259'

red 203 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #CB8259

Tints of Burning Sand #CB8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 48.1%
G = 30.81%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8259 (or 0xCB8259) is known color: Burning Sand. HEX triplet: CB, 82 and 59. RGB value is (203,130,89). Sum of RGB (Red+Green+Blue) = 203+130+89=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8259 is #347DA6. Grayscale: #939393. Windows color (decimal): -3440039 or 5866187. OLE color: 5866187.

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

Color convert

RGB 203 130 89 -
CMYK 0 0.36 0.56 0.20
HSL 21.58º 0.52% 0.57% -
HSV(B) 21.58º 0.56% 0.8% -
XYZ 34.41 29.38 13.31 -
YUV 147.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 203 130 89 0 0.36 0.56 0.20 21.58 0.52 0.57
Hex CB 82 59 0 24 38 14 16 34 39
Octal 313 202 131 0 44 70 24 26 64 71
Binary 11001011 10000010 1011001 0 100100 111000 10100 10110 110100 111001

Color Harmonies of #CB8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8259

Black with #CB8259

Text Example


Text Example

White with #CB8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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