Html Css Color HEX #CC7C92 Charm

📋 copy color: '#CC7C92'

red 204 ◦ green 124 ◦ blue 146

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

Shades of Charm #CC7C92

Tints of Charm #CC7C92

RGB

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

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

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

R = 43.04%
G = 26.16%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC7C92 (or 0xCC7C92) is known color: Charm. HEX triplet: CC, 7C and 92. RGB value is (204,124,146). Sum of RGB (Red+Green+Blue) = 204+124+146=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C92 is #33836D. Grayscale: #969696. Windows color (decimal): -3375982 or 9600204. OLE color: 9600204.

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

Color convert

RGB 204 124 146 -
CMYK 0 0.39 0.28 0.2
HSL 343.5º 0.44% 0.64% -
HSV(B) 343.5º 0.39% 0.8% -
XYZ 37.3 29.33 30.89 -
YUV 150.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 204 124 146 0 0.39 0.28 0.2 343.5 0.44 0.64
Hex CC 7C 92 0 27 1C 14 158 2C 40
Octal 314 174 222 0 47 34 24 530 54 100
Binary 11001100 1111100 10010010 0 100111 11100 10100 101011000 101100 1000000

Color Harmonies of #CC7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C92

Black with #CC7C92

Text Example


Text Example

White with #CC7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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