Html Css Color HEX #CC8570 Burning Sand

📋 copy color: '#CC8570'

red 204 ◦ green 133 ◦ blue 112

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

Shades of Burning Sand #CC8570

Tints of Burning Sand #CC8570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 45.43%
G = 29.62%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC8570 (or 0xCC8570) is known color: Burning Sand. HEX triplet: CC, 85 and 70. RGB value is (204,133,112). Sum of RGB (Red+Green+Blue) = 204+133+112=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8570 is #337A8F. Grayscale: #979797. Windows color (decimal): -3373712 or 7374284. OLE color: 7374284.

HSL color Cylindrical-coordinate representation of color #CC8570: hue angle of 13.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC8570 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 112 -
CMYK 0 0.35 0.45 0.2
HSL 13.7º 0.47% 0.62% -
HSV(B) 13.7º 0.45% 0.8% -
XYZ 36.21 30.78 19.36 -
YUV 151.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 204 133 112 0 0.35 0.45 0.2 13.7 0.47 0.62
Hex CC 85 70 0 23 2D 14 E 2F 3E
Octal 314 205 160 0 43 55 24 16 57 76
Binary 11001100 10000101 1110000 0 100011 101101 10100 1110 101111 111110

Color Harmonies of #CC8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8570

Black with #CC8570

Text Example


Text Example

White with #CC8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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