Html Css Color HEX #CC7C89 Charm

📋 copy color: '#CC7C89'

red 204 ◦ green 124 ◦ blue 137

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

Shades of Charm #CC7C89

Tints of Charm #CC7C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 43.87%
G = 26.67%
B = 29.46%

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

#CC7C89 (or 0xCC7C89) is known color: Charm. HEX triplet: CC, 7C and 89. RGB value is (204,124,137). Sum of RGB (Red+Green+Blue) = 204+124+137=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C89 is #338376. Grayscale: #959595. Windows color (decimal): -3375991 or 9010380. OLE color: 9010380.

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

Color convert

RGB 204 124 137 -
CMYK 0 0.39 0.33 0.2
HSL 350.25º 0.44% 0.64% -
HSV(B) 350.25º 0.39% 0.8% -
XYZ 36.62 29.06 27.35 -
YUV 149.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 204 124 137 0 0.39 0.33 0.2 350.25 0.44 0.64
Hex CC 7C 89 0 27 21 14 15E 2C 40
Octal 314 174 211 0 47 41 24 536 54 100
Binary 11001100 1111100 10001001 0 100111 100001 10100 101011110 101100 1000000

Color Harmonies of #CC7C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C89

Black with #CC7C89

Text Example


Text Example

White with #CC7C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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