Html Css Color HEX #CB8760 Burning Sand

📋 copy color: '#CB8760'

red 203 ◦ green 135 ◦ blue 96

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

Shades of Burning Sand #CB8760

Tints of Burning Sand #CB8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 46.77%
G = 31.11%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB8760 (or 0xCB8760) is known color: Burning Sand. HEX triplet: CB, 87 and 60. RGB value is (203,135,96). Sum of RGB (Red+Green+Blue) = 203+135+96=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8760 is #34789F. Grayscale: #979797. Windows color (decimal): -3438752 or 6326219. OLE color: 6326219.

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

Color convert

RGB 203 135 96 -
CMYK 0 0.33 0.53 0.20
HSL 21.87º 0.51% 0.59% -
HSV(B) 21.87º 0.53% 0.8% -
XYZ 35.4 30.87 15.16 -
YUV 150.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 203 135 96 0 0.33 0.53 0.20 21.87 0.51 0.59
Hex CB 87 60 0 21 35 14 16 33 3B
Octal 313 207 140 0 41 65 24 26 63 73
Binary 11001011 10000111 1100000 0 100001 110101 10100 10110 110011 111011

Color Harmonies of #CB8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8760

Black with #CB8760

Text Example


Text Example

White with #CB8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8760; }

 p { color: rgb(203,135,96); }

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

background-color css

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

 a { background-color: rgb(203,135,96); }

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

border-color css

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

 span { border-color: rgb(203,135,96); }

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