Html Css Color HEX #CB8255 Burning Sand

📋 copy color: '#CB8255'

red 203 ◦ green 130 ◦ blue 85

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

Shades of Burning Sand #CB8255

Tints of Burning Sand #CB8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 48.56%
G = 31.1%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB8255 (or 0xCB8255) is known color: Burning Sand. HEX triplet: CB, 82 and 55. RGB value is (203,130,85). Sum of RGB (Red+Green+Blue) = 203+130+85=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8255 is #347DAA. Grayscale: #929292. Windows color (decimal): -3440043 or 5604043. OLE color: 5604043.

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

Color convert

RGB 203 130 85 -
CMYK 0 0.36 0.58 0.20
HSL 22.88º 0.53% 0.56% -
HSV(B) 22.88º 0.58% 0.8% -
XYZ 34.25 29.32 12.45 -
YUV 146.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 203 130 85 0 0.36 0.58 0.20 22.88 0.53 0.56
Hex CB 82 55 0 24 3A 14 17 35 38
Octal 313 202 125 0 44 72 24 27 65 70
Binary 11001011 10000010 1010101 0 100100 111010 10100 10111 110101 111000

Color Harmonies of #CB8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8255

Black with #CB8255

Text Example


Text Example

White with #CB8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8255; }

 p { color: rgb(203,130,85); }

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

background-color css

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

 a { background-color: rgb(203,130,85); }

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

border-color css

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

 span { border-color: rgb(203,130,85); }

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