Html Css Color HEX #CC7F81 Charm

📋 copy color: '#CC7F81'

red 204 ◦ green 127 ◦ blue 129

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

Shades of Charm #CC7F81

Tints of Charm #CC7F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 44.35%
G = 27.61%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC7F81 (or 0xCC7F81) is known color: Charm. HEX triplet: CC, 7F and 81. RGB value is (204,127,129). Sum of RGB (Red+Green+Blue) = 204+127+129=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F81 is #33807E. Grayscale: #969696. Windows color (decimal): -3375231 or 8486860. OLE color: 8486860.

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

Color convert

RGB 204 127 129 -
CMYK 0 0.38 0.37 0.2
HSL 358.44º 0.43% 0.65% -
HSV(B) 358.44º 0.38% 0.8% -
XYZ 36.45 29.6 24.56 -
YUV 150.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 204 127 129 0 0.38 0.37 0.2 358.44 0.43 0.65
Hex CC 7F 81 0 26 25 14 166 2B 41
Octal 314 177 201 0 46 45 24 546 53 101
Binary 11001100 1111111 10000001 0 100110 100101 10100 101100110 101011 1000001

Color Harmonies of #CC7F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F81

Black with #CC7F81

Text Example


Text Example

White with #CC7F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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