Html Css Color HEX #CC8271 Burning Sand

📋 copy color: '#CC8271'

red 204 ◦ green 130 ◦ blue 113

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

Shades of Burning Sand #CC8271

Tints of Burning Sand #CC8271

RGB

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

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

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

R = 45.64%
G = 29.08%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC8271 (or 0xCC8271) is known color: Burning Sand. HEX triplet: CC, 82 and 71. RGB value is (204,130,113). Sum of RGB (Red+Green+Blue) = 204+130+113=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8271 is #337D8E. Grayscale: #969696. Windows color (decimal): -3374479 or 7439052. OLE color: 7439052.

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

Color convert

RGB 204 130 113 -
CMYK 0 0.36 0.45 0.2
HSL 11.21º 0.47% 0.62% -
HSV(B) 11.21º 0.45% 0.8% -
XYZ 35.87 29.99 19.52 -
YUV 150.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 204 130 113 0 0.36 0.45 0.2 11.21 0.47 0.62
Hex CC 82 71 0 24 2D 14 B 2F 3E
Octal 314 202 161 0 44 55 24 13 57 76
Binary 11001100 10000010 1110001 0 100100 101101 10100 1011 101111 111110

Color Harmonies of #CC8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8271

Black with #CC8271

Text Example


Text Example

White with #CC8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8271; }

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

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

background-color css

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

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

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

border-color css

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

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

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