Html Css Color HEX #CC8471 Burning Sand

📋 copy color: '#CC8471'

red 204 ◦ green 132 ◦ blue 113

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

Shades of Burning Sand #CC8471

Tints of Burning Sand #CC8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 45.43%
G = 29.4%
B = 25.17%

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

#CC8471 (or 0xCC8471) is known color: Burning Sand. HEX triplet: CC, 84 and 71. RGB value is (204,132,113). Sum of RGB (Red+Green+Blue) = 204+132+113=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8471 is #337B8E. Grayscale: #979797. Windows color (decimal): -3373967 or 7439564. OLE color: 7439564.

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

Color convert

RGB 204 132 113 -
CMYK 0 0.35 0.45 0.2
HSL 12.53º 0.47% 0.62% -
HSV(B) 12.53º 0.45% 0.8% -
XYZ 36.13 30.53 19.61 -
YUV 151.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 204 132 113 0 0.35 0.45 0.2 12.53 0.47 0.62
Hex CC 84 71 0 23 2D 14 D 2F 3E
Octal 314 204 161 0 43 55 24 15 57 76
Binary 11001100 10000100 1110001 0 100011 101101 10100 1101 101111 111110

Color Harmonies of #CC8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8471

Black with #CC8471

Text Example


Text Example

White with #CC8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8471; }

 p { color: rgb(204,132,113); }

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

background-color css

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

 a { background-color: rgb(204,132,113); }

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

border-color css

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

 span { border-color: rgb(204,132,113); }

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