Html Css Color HEX #CC7D89 Charm

📋 copy color: '#CC7D89'

red 204 ◦ green 125 ◦ blue 137

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

Shades of Charm #CC7D89

Tints of Charm #CC7D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 43.78%
G = 26.82%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7D89 (or 0xCC7D89) is known color: Charm. HEX triplet: CC, 7D and 89. RGB value is (204,125,137). Sum of RGB (Red+Green+Blue) = 204+125+137=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D89 is #338276. Grayscale: #969696. Windows color (decimal): -3375735 or 9010636. OLE color: 9010636.

HSL color Cylindrical-coordinate representation of color #CC7D89: hue angle of 350.89º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D89 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 137 -
CMYK 0 0.39 0.33 0.2
HSL 350.89º 0.44% 0.65% -
HSV(B) 350.89º 0.39% 0.8% -
XYZ 36.75 29.31 27.39 -
YUV 149.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 204 125 137 0 0.39 0.33 0.2 350.89 0.44 0.65
Hex CC 7D 89 0 27 21 14 15F 2C 41
Octal 314 175 211 0 47 41 24 537 54 101
Binary 11001100 1111101 10001001 0 100111 100001 10100 101011111 101100 1000001

Color Harmonies of #CC7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D89

Black with #CC7D89

Text Example


Text Example

White with #CC7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D89; }

 p { color: rgb(204,125,137); }

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

background-color css

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

 a { background-color: rgb(204,125,137); }

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

border-color css

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

 span { border-color: rgb(204,125,137); }

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