Html Css Color HEX #CC8256 Burning Sand

📋 copy color: '#CC8256'

red 204 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #CC8256

Tints of Burning Sand #CC8256

RGB

 RED value IS 204 (80.08% from 255) = 48.57%

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

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 48.57%
G = 30.95%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8256 (or 0xCC8256) is known color: Burning Sand. HEX triplet: CC, 82 and 56. RGB value is (204,130,86). Sum of RGB (Red+Green+Blue) = 204+130+86=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8256 is #337DA9. Grayscale: #939393. Windows color (decimal): -3374506 or 5669580. OLE color: 5669580.

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

Color convert

RGB 204 130 86 -
CMYK 0 0.36 0.58 0.2
HSL 22.37º 0.54% 0.57% -
HSV(B) 22.37º 0.58% 0.8% -
XYZ 34.56 29.47 12.67 -
YUV 147.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 204 130 86 0 0.36 0.58 0.2 22.37 0.54 0.57
Hex CC 82 56 0 24 3A 14 16 36 39
Octal 314 202 126 0 44 72 24 26 66 71
Binary 11001100 10000010 1010110 0 100100 111010 10100 10110 110110 111001

Color Harmonies of #CC8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8256

Black with #CC8256

Text Example


Text Example

White with #CC8256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8256; }

 p { color: rgb(204,130,86); }

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

background-color css

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

 a { background-color: rgb(204,130,86); }

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

border-color css

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

 span { border-color: rgb(204,130,86); }

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