Html Css Color HEX #CB8371 Burning Sand

📋 copy color: '#CB8371'

red 203 ◦ green 131 ◦ blue 113

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

Shades of Burning Sand #CB8371

Tints of Burning Sand #CB8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 45.41%
G = 29.31%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8371 (or 0xCB8371) is known color: Burning Sand. HEX triplet: CB, 83 and 71. RGB value is (203,131,113). Sum of RGB (Red+Green+Blue) = 203+131+113=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8371 is #347C8E. Grayscale: #969696. Windows color (decimal): -3439759 or 7439307. OLE color: 7439307.

HSL color Cylindrical-coordinate representation of color #CB8371: hue angle of 12º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8371 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 113 -
CMYK 0 0.35 0.44 0.20
HSL 12º 0.46% 0.62% -
HSV(B) 12º 0.44% 0.8% -
XYZ 35.73 30.12 19.55 -
YUV 150.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 203 131 113 0 0.35 0.44 0.20 12 0.46 0.62
Hex CB 83 71 0 23 2C 14 C 2E 3E
Octal 313 203 161 0 43 54 24 14 56 76
Binary 11001011 10000011 1110001 0 100011 101100 10100 1100 101110 111110

Color Harmonies of #CB8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8371

Black with #CB8371

Text Example


Text Example

White with #CB8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8371; }

 p { color: rgb(203,131,113); }

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

background-color css

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

 a { background-color: rgb(203,131,113); }

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

border-color css

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

 span { border-color: rgb(203,131,113); }

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