Html Css Color HEX #CC7692 Charm

📋 copy color: '#CC7692'

red 204 ◦ green 118 ◦ blue 146

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

Shades of Charm #CC7692

Tints of Charm #CC7692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 43.59%
G = 25.21%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC7692 (or 0xCC7692) is known color: Charm. HEX triplet: CC, 76 and 92. RGB value is (204,118,146). Sum of RGB (Red+Green+Blue) = 204+118+146=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7692 is #33896D. Grayscale: #929292. Windows color (decimal): -3377518 or 9598668. OLE color: 9598668.

HSL color Cylindrical-coordinate representation of color #CC7692: hue angle of 340.47º 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 #CC7692 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 146 -
CMYK 0 0.42 0.28 0.2
HSL 340.47º 0.46% 0.63% -
HSV(B) 340.47º 0.42% 0.8% -
XYZ 36.57 27.87 30.65 -
YUV 146.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 204 118 146 0 0.42 0.28 0.2 340.47 0.46 0.63
Hex CC 76 92 0 2A 1C 14 154 2E 3F
Octal 314 166 222 0 52 34 24 524 56 77
Binary 11001100 1110110 10010010 0 101010 11100 10100 101010100 101110 111111

Color Harmonies of #CC7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7692

Black with #CC7692

Text Example


Text Example

White with #CC7692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7692; }

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

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

background-color css

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

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

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

border-color css

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

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

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