Html Css Color HEX #CB8364 Burning Sand

📋 copy color: '#CB8364'

red 203 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #CB8364

Tints of Burning Sand #CB8364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 46.77%
G = 30.18%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB8364 (or 0xCB8364) is known color: Burning Sand. HEX triplet: CB, 83 and 64. RGB value is (203,131,100). Sum of RGB (Red+Green+Blue) = 203+131+100=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8364 is #347C9B. Grayscale: #959595. Windows color (decimal): -3439772 or 6587339. OLE color: 6587339.

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

Color convert

RGB 203 131 100 -
CMYK 0 0.35 0.51 0.20
HSL 18.06º 0.5% 0.59% -
HSV(B) 18.06º 0.51% 0.8% -
XYZ 35.05 29.85 15.97 -
YUV 148.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 203 131 100 0 0.35 0.51 0.20 18.06 0.5 0.59
Hex CB 83 64 0 23 33 14 12 32 3B
Octal 313 203 144 0 43 63 24 22 62 73
Binary 11001011 10000011 1100100 0 100011 110011 10100 10010 110010 111011

Color Harmonies of #CB8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8364

Black with #CB8364

Text Example


Text Example

White with #CB8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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