Html Css Color HEX #CC8363 Burning Sand

📋 copy color: '#CC8363'

red 204 ◦ green 131 ◦ blue 99

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

Shades of Burning Sand #CC8363

Tints of Burning Sand #CC8363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 47%
G = 30.18%
B = 22.81%

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

#CC8363 (or 0xCC8363) is known color: Burning Sand. HEX triplet: CC, 83 and 63. RGB value is (204,131,99). Sum of RGB (Red+Green+Blue) = 204+131+99=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8363 is #337C9C. Grayscale: #959595. Windows color (decimal): -3374237 or 6521804. OLE color: 6521804.

HSL color Cylindrical-coordinate representation of color #CC8363: hue angle of 18.29º 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 #CC8363 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 99 -
CMYK 0 0.36 0.51 0.2
HSL 18.29º 0.51% 0.59% -
HSV(B) 18.29º 0.51% 0.8% -
XYZ 35.27 29.97 15.73 -
YUV 149.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 204 131 99 0 0.36 0.51 0.2 18.29 0.51 0.59
Hex CC 83 63 0 24 33 14 12 33 3B
Octal 314 203 143 0 44 63 24 22 63 73
Binary 11001100 10000011 1100011 0 100100 110011 10100 10010 110011 111011

Color Harmonies of #CC8363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8363

Black with #CC8363

Text Example


Text Example

White with #CC8363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8363; }

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

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

background-color css

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

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

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

border-color css

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

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

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