Html Css Color HEX #CB8565 Burning Sand

📋 copy color: '#CB8565'

red 203 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #CB8565

Tints of Burning Sand #CB8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

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

R = 46.45%
G = 30.43%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB8565 (or 0xCB8565) is known color: Burning Sand. HEX triplet: CB, 85 and 65. RGB value is (203,133,101). Sum of RGB (Red+Green+Blue) = 203+133+101=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8565 is #347A9A. Grayscale: #969696. Windows color (decimal): -3439259 or 6653387. OLE color: 6653387.

HSL color Cylindrical-coordinate representation of color #CB8565: hue angle of 18.82º 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 #CB8565 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 101 -
CMYK 0 0.34 0.50 0.20
HSL 18.82º 0.5% 0.6% -
HSV(B) 18.82º 0.5% 0.8% -
XYZ 35.37 30.41 16.32 -
YUV 150.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 203 133 101 0 0.34 0.50 0.20 18.82 0.5 0.6
Hex CB 85 65 0 22 32 14 13 32 3C
Octal 313 205 145 0 42 62 24 23 62 74
Binary 11001011 10000101 1100101 0 100010 110010 10100 10011 110010 111100

Color Harmonies of #CB8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8565

Black with #CB8565

Text Example


Text Example

White with #CB8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8565; }

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

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

background-color css

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

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

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

border-color css

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

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

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