Html Css Color HEX #CC816E Burning Sand

📋 copy color: '#CC816E'

red 204 ◦ green 129 ◦ blue 110

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

Shades of Burning Sand #CC816E

Tints of Burning Sand #CC816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 46.05%
G = 29.12%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC816E (or 0xCC816E) is known color: Burning Sand. HEX triplet: CC, 81 and 6E. RGB value is (204,129,110). Sum of RGB (Red+Green+Blue) = 204+129+110=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816E is #337E91. Grayscale: #959595. Windows color (decimal): -3374738 or 7242188. OLE color: 7242188.

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

Color convert

RGB 204 129 110 -
CMYK 0 0.37 0.46 0.2
HSL 12.13º 0.48% 0.62% -
HSV(B) 12.13º 0.46% 0.8% -
XYZ 35.57 29.66 18.6 -
YUV 149.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 204 129 110 0 0.37 0.46 0.2 12.13 0.48 0.62
Hex CC 81 6E 0 25 2E 14 C 30 3E
Octal 314 201 156 0 45 56 24 14 60 76
Binary 11001100 10000001 1101110 0 100101 101110 10100 1100 110000 111110

Color Harmonies of #CC816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC816E

Black with #CC816E

Text Example


Text Example

White with #CC816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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