Html Css Color HEX #CC758D Charm

📋 copy color: '#CC758D'

red 204 ◦ green 117 ◦ blue 141

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

Shades of Charm #CC758D

Tints of Charm #CC758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 44.16%
G = 25.32%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC758D (or 0xCC758D) is known color: Charm. HEX triplet: CC, 75 and 8D. RGB value is (204,117,141). Sum of RGB (Red+Green+Blue) = 204+117+141=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758D is #338A72. Grayscale: #919191. Windows color (decimal): -3377779 or 9270732. OLE color: 9270732.

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

Color convert

RGB 204 117 141 -
CMYK 0 0.43 0.31 0.2
HSL 343.45º 0.46% 0.63% -
HSV(B) 343.45º 0.43% 0.8% -
XYZ 36.07 27.48 28.6 -
YUV 145.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 204 117 141 0 0.43 0.31 0.2 343.45 0.46 0.63
Hex CC 75 8D 0 2B 1F 14 157 2E 3F
Octal 314 165 215 0 53 37 24 527 56 77
Binary 11001100 1110101 10001101 0 101011 11111 10100 101010111 101110 111111

Color Harmonies of #CC758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC758D

Black with #CC758D

Text Example


Text Example

White with #CC758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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