Html Css Color HEX #CC757B Charm

📋 copy color: '#CC757B'

red 204 ◦ green 117 ◦ blue 123

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

Shades of Charm #CC757B

Tints of Charm #CC757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 45.95%
G = 26.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC757B (or 0xCC757B) is known color: Charm. HEX triplet: CC, 75 and 7B. RGB value is (204,117,123). Sum of RGB (Red+Green+Blue) = 204+117+123=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757B is #338A84. Grayscale: #8F8F8F. Windows color (decimal): -3377797 or 8091084. OLE color: 8091084.

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

Color convert

RGB 204 117 123 -
CMYK 0 0.43 0.40 0.2
HSL 355.86º 0.46% 0.63% -
HSV(B) 355.86º 0.43% 0.8% -
XYZ 34.84 26.99 22.11 -
YUV 143.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 204 117 123 0 0.43 0.40 0.2 355.86 0.46 0.63
Hex CC 75 7B 0 2B 28 14 164 2E 3F
Octal 314 165 173 0 53 50 24 544 56 77
Binary 11001100 1110101 1111011 0 101011 101000 10100 101100100 101110 111111

Color Harmonies of #CC757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC757B

Black with #CC757B

Text Example


Text Example

White with #CC757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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