Html Css Color HEX #CC7C81 Charm

📋 copy color: '#CC7C81'

red 204 ◦ green 124 ◦ blue 129

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

Shades of Charm #CC7C81

Tints of Charm #CC7C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 44.64%
G = 27.13%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC7C81 (or 0xCC7C81) is known color: Charm. HEX triplet: CC, 7C and 81. RGB value is (204,124,129). Sum of RGB (Red+Green+Blue) = 204+124+129=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C81 is #33837E. Grayscale: #949494. Windows color (decimal): -3375999 or 8486092. OLE color: 8486092.

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

Color convert

RGB 204 124 129 -
CMYK 0 0.39 0.37 0.2
HSL 356.25º 0.44% 0.64% -
HSV(B) 356.25º 0.39% 0.8% -
XYZ 36.07 28.84 24.43 -
YUV 148.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 204 124 129 0 0.39 0.37 0.2 356.25 0.44 0.64
Hex CC 7C 81 0 27 25 14 164 2C 40
Octal 314 174 201 0 47 45 24 544 54 100
Binary 11001100 1111100 10000001 0 100111 100101 10100 101100100 101100 1000000

Color Harmonies of #CC7C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C81

Black with #CC7C81

Text Example


Text Example

White with #CC7C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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