Html Css Color HEX #CC7690 Charm

📋 copy color: '#CC7690'

red 204 ◦ green 118 ◦ blue 144

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

Shades of Charm #CC7690

Tints of Charm #CC7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 43.78%
G = 25.32%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC7690 (or 0xCC7690) is known color: Charm. HEX triplet: CC, 76 and 90. RGB value is (204,118,144). Sum of RGB (Red+Green+Blue) = 204+118+144=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7690 is #33896F. Grayscale: #929292. Windows color (decimal): -3377520 or 9467596. OLE color: 9467596.

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

Color convert

RGB 204 118 144 -
CMYK 0 0.42 0.29 0.2
HSL 341.86º 0.46% 0.63% -
HSV(B) 341.86º 0.42% 0.8% -
XYZ 36.41 27.81 29.83 -
YUV 146.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 204 118 144 0 0.42 0.29 0.2 341.86 0.46 0.63
Hex CC 76 90 0 2A 1D 14 156 2E 3F
Octal 314 166 220 0 52 35 24 526 56 77
Binary 11001100 1110110 10010000 0 101010 11101 10100 101010110 101110 111111

Color Harmonies of #CC7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7690

Black with #CC7690

Text Example


Text Example

White with #CC7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7690; }

 p { color: rgb(204,118,144); }

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

background-color css

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

 a { background-color: rgb(204,118,144); }

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

border-color css

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

 span { border-color: rgb(204,118,144); }

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