Html Css Color HEX #CC7E89 Charm

📋 copy color: '#CC7E89'

red 204 ◦ green 126 ◦ blue 137

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

Shades of Charm #CC7E89

Tints of Charm #CC7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.98%

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

R = 43.68%
G = 26.98%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7E89 (or 0xCC7E89) is known color: Charm. HEX triplet: CC, 7E and 89. RGB value is (204,126,137). Sum of RGB (Red+Green+Blue) = 204+126+137=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E89 is #338176. Grayscale: #969696. Windows color (decimal): -3375479 or 9010892. OLE color: 9010892.

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

Color convert

RGB 204 126 137 -
CMYK 0 0.38 0.33 0.2
HSL 351.54º 0.43% 0.65% -
HSV(B) 351.54º 0.38% 0.8% -
XYZ 36.88 29.57 27.43 -
YUV 150.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 204 126 137 0 0.38 0.33 0.2 351.54 0.43 0.65
Hex CC 7E 89 0 26 21 14 160 2B 41
Octal 314 176 211 0 46 41 24 540 53 101
Binary 11001100 1111110 10001001 0 100110 100001 10100 101100000 101011 1000001

Color Harmonies of #CC7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E89

Black with #CC7E89

Text Example


Text Example

White with #CC7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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