Html Css Color HEX #CC7489 Charm

📋 copy color: '#CC7489'

red 204 ◦ green 116 ◦ blue 137

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

Shades of Charm #CC7489

Tints of Charm #CC7489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 44.64%
G = 25.38%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7489 (or 0xCC7489) is known color: Charm. HEX triplet: CC, 74 and 89. RGB value is (204,116,137). Sum of RGB (Red+Green+Blue) = 204+116+137=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7489 is #338B76. Grayscale: #909090. Windows color (decimal): -3378039 or 9008332. OLE color: 9008332.

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

Color convert

RGB 204 116 137 -
CMYK 0 0.43 0.33 0.2
HSL 345.68º 0.46% 0.63% -
HSV(B) 345.68º 0.43% 0.8% -
XYZ 35.66 27.13 27.02 -
YUV 144.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 204 116 137 0 0.43 0.33 0.2 345.68 0.46 0.63
Hex CC 74 89 0 2B 21 14 15A 2E 3F
Octal 314 164 211 0 53 41 24 532 56 77
Binary 11001100 1110100 10001001 0 101011 100001 10100 101011010 101110 111111

Color Harmonies of #CC7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7489

Black with #CC7489

Text Example


Text Example

White with #CC7489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7489; }

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

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

background-color css

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

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

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

border-color css

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

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

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