Html Css Color HEX #CC7F88 Charm

📋 copy color: '#CC7F88'

red 204 ◦ green 127 ◦ blue 136

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

Shades of Charm #CC7F88

Tints of Charm #CC7F88

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 43.68%
G = 27.19%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7F88 (or 0xCC7F88) is known color: Charm. HEX triplet: CC, 7F and 88. RGB value is (204,127,136). Sum of RGB (Red+Green+Blue) = 204+127+136=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F88 is #338077. Grayscale: #979797. Windows color (decimal): -3375224 or 8945612. OLE color: 8945612.

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

Color convert

RGB 204 127 136 -
CMYK 0 0.38 0.33 0.2
HSL 352.99º 0.43% 0.65% -
HSV(B) 352.99º 0.38% 0.8% -
XYZ 36.94 29.79 27.1 -
YUV 151.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 204 127 136 0 0.38 0.33 0.2 352.99 0.43 0.65
Hex CC 7F 88 0 26 21 14 161 2B 41
Octal 314 177 210 0 46 41 24 541 53 101
Binary 11001100 1111111 10001000 0 100110 100001 10100 101100001 101011 1000001

Color Harmonies of #CC7F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F88

Black with #CC7F88

Text Example


Text Example

White with #CC7F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F88; }

 p { color: rgb(204,127,136); }

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

background-color css

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

 a { background-color: rgb(204,127,136); }

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

border-color css

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

 span { border-color: rgb(204,127,136); }

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