Html Css Color HEX #CC758E Charm

📋 copy color: '#CC758E'

red 204 ◦ green 117 ◦ blue 142

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

Shades of Charm #CC758E

Tints of Charm #CC758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

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

R = 44.06%
G = 25.27%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC758E (or 0xCC758E) is known color: Charm. HEX triplet: CC, 75 and 8E. RGB value is (204,117,142). Sum of RGB (Red+Green+Blue) = 204+117+142=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758E is #338A71. Grayscale: #919191. Windows color (decimal): -3377778 or 9336268. OLE color: 9336268.

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

Color convert

RGB 204 117 142 -
CMYK 0 0.43 0.30 0.2
HSL 342.76º 0.46% 0.63% -
HSV(B) 342.76º 0.43% 0.8% -
XYZ 36.15 27.51 29 -
YUV 145.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 204 117 142 0 0.43 0.30 0.2 342.76 0.46 0.63
Hex CC 75 8E 0 2B 1E 14 157 2E 3F
Octal 314 165 216 0 53 36 24 527 56 77
Binary 11001100 1110101 10001110 0 101011 11110 10100 101010111 101110 111111

Color Harmonies of #CC758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC758E

Black with #CC758E

Text Example


Text Example

White with #CC758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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