Html Css Color HEX #CC7D8E Charm

📋 copy color: '#CC7D8E'

red 204 ◦ green 125 ◦ blue 142

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

Shades of Charm #CC7D8E

Tints of Charm #CC7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 43.31%
G = 26.54%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC7D8E (or 0xCC7D8E) is known color: Charm. HEX triplet: CC, 7D and 8E. RGB value is (204,125,142). Sum of RGB (Red+Green+Blue) = 204+125+142=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D8E is #338271. Grayscale: #969696. Windows color (decimal): -3375730 or 9338316. OLE color: 9338316.

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

Color convert

RGB 204 125 142 -
CMYK 0 0.39 0.30 0.2
HSL 347.09º 0.44% 0.65% -
HSV(B) 347.09º 0.39% 0.8% -
XYZ 37.12 29.46 29.32 -
YUV 150.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 204 125 142 0 0.39 0.30 0.2 347.09 0.44 0.65
Hex CC 7D 8E 0 27 1E 14 15B 2C 41
Octal 314 175 216 0 47 36 24 533 54 101
Binary 11001100 1111101 10001110 0 100111 11110 10100 101011011 101100 1000001

Color Harmonies of #CC7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D8E

Black with #CC7D8E

Text Example


Text Example

White with #CC7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D8E; }

 p { color: rgb(204,125,142); }

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

background-color css

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

 a { background-color: rgb(204,125,142); }

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

border-color css

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

 span { border-color: rgb(204,125,142); }

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