Html Css Color HEX #CC7681 Charm

📋 copy color: '#CC7681'

red 204 ◦ green 118 ◦ blue 129

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

Shades of Charm #CC7681

Tints of Charm #CC7681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 45.23%
G = 26.16%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC7681 (or 0xCC7681) is known color: Charm. HEX triplet: CC, 76 and 81. RGB value is (204,118,129). Sum of RGB (Red+Green+Blue) = 204+118+129=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7681 is #33897E. Grayscale: #919191. Windows color (decimal): -3377535 or 8484556. OLE color: 8484556.

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

Color convert

RGB 204 118 129 -
CMYK 0 0.42 0.37 0.2
HSL 352.33º 0.46% 0.63% -
HSV(B) 352.33º 0.42% 0.8% -
XYZ 35.34 27.38 24.19 -
YUV 144.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 204 118 129 0 0.42 0.37 0.2 352.33 0.46 0.63
Hex CC 76 81 0 2A 25 14 160 2E 3F
Octal 314 166 201 0 52 45 24 540 56 77
Binary 11001100 1110110 10000001 0 101010 100101 10100 101100000 101110 111111

Color Harmonies of #CC7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7681

Black with #CC7681

Text Example


Text Example

White with #CC7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7681; }

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

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

background-color css

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

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

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

border-color css

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

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

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