Html Css Color HEX #CB8261 Burning Sand

📋 copy color: '#CB8261'

red 203 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #CB8261

Tints of Burning Sand #CB8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 47.21%
G = 30.23%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB8261 (or 0xCB8261) is known color: Burning Sand. HEX triplet: CB, 82 and 61. RGB value is (203,130,97). Sum of RGB (Red+Green+Blue) = 203+130+97=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8261 is #347D9E. Grayscale: #949494. Windows color (decimal): -3440031 or 6390475. OLE color: 6390475.

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

Color convert

RGB 203 130 97 -
CMYK 0 0.36 0.52 0.20
HSL 18.68º 0.5% 0.59% -
HSV(B) 18.68º 0.52% 0.8% -
XYZ 34.77 29.52 15.18 -
YUV 148.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 203 130 97 0 0.36 0.52 0.20 18.68 0.5 0.59
Hex CB 82 61 0 24 34 14 13 32 3B
Octal 313 202 141 0 44 64 24 23 62 73
Binary 11001011 10000010 1100001 0 100100 110100 10100 10011 110010 111011

Color Harmonies of #CB8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8261

Black with #CB8261

Text Example


Text Example

White with #CB8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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