Html Css Color HEX #CC8263 Burning Sand

📋 copy color: '#CC8263'

red 204 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #CC8263

Tints of Burning Sand #CC8263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 47.11%
G = 30.02%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC8263 (or 0xCC8263) is known color: Burning Sand. HEX triplet: CC, 82 and 63. RGB value is (204,130,99). Sum of RGB (Red+Green+Blue) = 204+130+99=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8263 is #337D9C. Grayscale: #949494. Windows color (decimal): -3374493 or 6521548. OLE color: 6521548.

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

Color convert

RGB 204 130 99 -
CMYK 0 0.36 0.51 0.2
HSL 17.71º 0.51% 0.59% -
HSV(B) 17.71º 0.51% 0.8% -
XYZ 35.14 29.7 15.69 -
YUV 148.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 204 130 99 0 0.36 0.51 0.2 17.71 0.51 0.59
Hex CC 82 63 0 24 33 14 12 33 3B
Octal 314 202 143 0 44 63 24 22 63 73
Binary 11001100 10000010 1100011 0 100100 110011 10100 10010 110011 111011

Color Harmonies of #CC8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8263

Black with #CC8263

Text Example


Text Example

White with #CC8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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