Html Css Color HEX #CC6D77 Charm

📋 copy color: '#CC6D77'

red 204 ◦ green 109 ◦ blue 119

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

Shades of Charm #CC6D77

Tints of Charm #CC6D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 47.22%
G = 25.23%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC6D77 (or 0xCC6D77) is known color: Charm. HEX triplet: CC, 6D and 77. RGB value is (204,109,119). Sum of RGB (Red+Green+Blue) = 204+109+119=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D77 is #339288. Grayscale: #8A8A8A. Windows color (decimal): -3379849 or 7826892. OLE color: 7826892.

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

Color convert

RGB 204 109 119 -
CMYK 0 0.47 0.42 0.2
HSL 353.68º 0.48% 0.61% -
HSV(B) 353.68º 0.47% 0.8% -
XYZ 33.7 25.11 20.52 -
YUV 138.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 204 109 119 0 0.47 0.42 0.2 353.68 0.48 0.61
Hex CC 6D 77 0 2F 2A 14 162 30 3D
Octal 314 155 167 0 57 52 24 542 60 75
Binary 11001100 1101101 1110111 0 101111 101010 10100 101100010 110000 111101

Color Harmonies of #CC6D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D77

Black with #CC6D77

Text Example


Text Example

White with #CC6D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D77; }

 p { color: rgb(204,109,119); }

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

background-color css

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

 a { background-color: rgb(204,109,119); }

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

border-color css

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

 span { border-color: rgb(204,109,119); }

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