Html Css Color HEX #CC7E8E Charm

📋 copy color: '#CC7E8E'

red 204 ◦ green 126 ◦ blue 142

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

Shades of Charm #CC7E8E

Tints of Charm #CC7E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

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

R = 43.22%
G = 26.69%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC7E8E (or 0xCC7E8E) is known color: Charm. HEX triplet: CC, 7E and 8E. RGB value is (204,126,142). Sum of RGB (Red+Green+Blue) = 204+126+142=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E8E is #338171. Grayscale: #979797. Windows color (decimal): -3375474 or 9338572. OLE color: 9338572.

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

Color convert

RGB 204 126 142 -
CMYK 0 0.38 0.30 0.2
HSL 347.69º 0.43% 0.65% -
HSV(B) 347.69º 0.38% 0.8% -
XYZ 37.25 29.71 29.36 -
YUV 151.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 204 126 142 0 0.38 0.30 0.2 347.69 0.43 0.65
Hex CC 7E 8E 0 26 1E 14 15C 2B 41
Octal 314 176 216 0 46 36 24 534 53 101
Binary 11001100 1111110 10001110 0 100110 11110 10100 101011100 101011 1000001

Color Harmonies of #CC7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E8E

Black with #CC7E8E

Text Example


Text Example

White with #CC7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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