Html Css Color HEX #CB8465 Burning Sand

📋 copy color: '#CB8465'

red 203 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #CB8465

Tints of Burning Sand #CB8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.28%

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 46.56%
G = 30.28%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB8465 (or 0xCB8465) is known color: Burning Sand. HEX triplet: CB, 84 and 65. RGB value is (203,132,101). Sum of RGB (Red+Green+Blue) = 203+132+101=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8465 is #347B9A. Grayscale: #959595. Windows color (decimal): -3439515 or 6653131. OLE color: 6653131.

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

Color convert

RGB 203 132 101 -
CMYK 0 0.35 0.50 0.20
HSL 18.24º 0.5% 0.6% -
HSV(B) 18.24º 0.5% 0.8% -
XYZ 35.23 30.14 16.27 -
YUV 149.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 203 132 101 0 0.35 0.50 0.20 18.24 0.5 0.6
Hex CB 84 65 0 23 32 14 12 32 3C
Octal 313 204 145 0 43 62 24 22 62 74
Binary 11001011 10000100 1100101 0 100011 110010 10100 10010 110010 111100

Color Harmonies of #CB8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8465

Black with #CB8465

Text Example


Text Example

White with #CB8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8465; }

 p { color: rgb(203,132,101); }

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

background-color css

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

 a { background-color: rgb(203,132,101); }

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

border-color css

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

 span { border-color: rgb(203,132,101); }

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