Html Css Color HEX #CC7C8E Charm

📋 copy color: '#CC7C8E'

red 204 ◦ green 124 ◦ blue 142

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

Shades of Charm #CC7C8E

Tints of Charm #CC7C8E

RGB

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

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

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

R = 43.4%
G = 26.38%
B = 30.21%

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

#CC7C8E (or 0xCC7C8E) is known color: Charm. HEX triplet: CC, 7C and 8E. RGB value is (204,124,142). Sum of RGB (Red+Green+Blue) = 204+124+142=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C8E is #338371. Grayscale: #959595. Windows color (decimal): -3375986 or 9338060. OLE color: 9338060.

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

Color convert

RGB 204 124 142 -
CMYK 0 0.39 0.30 0.2
HSL 346.5º 0.44% 0.64% -
HSV(B) 346.5º 0.39% 0.8% -
XYZ 36.99 29.21 29.28 -
YUV 149.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 204 124 142 0 0.39 0.30 0.2 346.5 0.44 0.64
Hex CC 7C 8E 0 27 1E 14 15A 2C 40
Octal 314 174 216 0 47 36 24 532 54 100
Binary 11001100 1111100 10001110 0 100111 11110 10100 101011010 101100 1000000

Color Harmonies of #CC7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C8E

Black with #CC7C8E

Text Example


Text Example

White with #CC7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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