Html Css Color HEX #CC657D Charm

📋 copy color: '#CC657D'

red 204 ◦ green 101 ◦ blue 125

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

Shades of Charm #CC657D

Tints of Charm #CC657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 47.44%
G = 23.49%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC657D (or 0xCC657D) is known color: Charm. HEX triplet: CC, 65 and 7D. RGB value is (204,101,125). Sum of RGB (Red+Green+Blue) = 204+101+125=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC657D is #339A82. Grayscale: #868686. Windows color (decimal): -3381891 or 8218060. OLE color: 8218060.

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

Color convert

RGB 204 101 125 -
CMYK 0 0.50 0.39 0.2
HSL 346.02º 0.5% 0.6% -
HSV(B) 346.02º 0.5% 0.8% -
XYZ 33.26 23.63 22.21 -
YUV 134.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 204 101 125 0 0.50 0.39 0.2 346.02 0.5 0.6
Hex CC 65 7D 0 32 27 14 15A 32 3C
Octal 314 145 175 0 62 47 24 532 62 74
Binary 11001100 1100101 1111101 0 110010 100111 10100 101011010 110010 111100

Color Harmonies of #CC657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC657D

Black with #CC657D

Text Example


Text Example

White with #CC657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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