Html Css Color HEX #CC8563 Burning Sand

📋 copy color: '#CC8563'

red 204 ◦ green 133 ◦ blue 99

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

Shades of Burning Sand #CC8563

Tints of Burning Sand #CC8563

RGB

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

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

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

R = 46.79%
G = 30.5%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC8563 (or 0xCC8563) is known color: Burning Sand. HEX triplet: CC, 85 and 63. RGB value is (204,133,99). Sum of RGB (Red+Green+Blue) = 204+133+99=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8563 is #337A9C. Grayscale: #969696. Windows color (decimal): -3373725 or 6522316. OLE color: 6522316.

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

Color convert

RGB 204 133 99 -
CMYK 0 0.35 0.51 0.2
HSL 19.43º 0.51% 0.59% -
HSV(B) 19.43º 0.51% 0.8% -
XYZ 35.54 30.51 15.82 -
YUV 150.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 204 133 99 0 0.35 0.51 0.2 19.43 0.51 0.59
Hex CC 85 63 0 23 33 14 13 33 3B
Octal 314 205 143 0 43 63 24 23 63 73
Binary 11001100 10000101 1100011 0 100011 110011 10100 10011 110011 111011

Color Harmonies of #CC8563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8563

Black with #CC8563

Text Example


Text Example

White with #CC8563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8563; }

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

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

background-color css

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

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

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

border-color css

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

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

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