Html Css Color HEX #CC816C Burning Sand

📋 copy color: '#CC816C'

red 204 ◦ green 129 ◦ blue 108

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

Shades of Burning Sand #CC816C

Tints of Burning Sand #CC816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 46.26%
G = 29.25%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC816C (or 0xCC816C) is known color: Burning Sand. HEX triplet: CC, 81 and 6C. RGB value is (204,129,108). Sum of RGB (Red+Green+Blue) = 204+129+108=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816C is #337E93. Grayscale: #959595. Windows color (decimal): -3374740 or 7111116. OLE color: 7111116.

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

Color convert

RGB 204 129 108 -
CMYK 0 0.37 0.47 0.2
HSL 13.13º 0.48% 0.61% -
HSV(B) 13.13º 0.47% 0.8% -
XYZ 35.46 29.62 18.04 -
YUV 149.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 204 129 108 0 0.37 0.47 0.2 13.13 0.48 0.61
Hex CC 81 6C 0 25 2F 14 D 30 3D
Octal 314 201 154 0 45 57 24 15 60 75
Binary 11001100 10000001 1101100 0 100101 101111 10100 1101 110000 111101

Color Harmonies of #CC816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC816C

Black with #CC816C

Text Example


Text Example

White with #CC816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC816C; }

 p { color: rgb(204,129,108); }

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

background-color css

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

 a { background-color: rgb(204,129,108); }

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

border-color css

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

 span { border-color: rgb(204,129,108); }

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