Html Css Color HEX #CC7684 Charm

📋 copy color: '#CC7684'

red 204 ◦ green 118 ◦ blue 132

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

Shades of Charm #CC7684

Tints of Charm #CC7684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 44.93%
G = 25.99%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7684 (or 0xCC7684) is known color: Charm. HEX triplet: CC, 76 and 84. RGB value is (204,118,132). Sum of RGB (Red+Green+Blue) = 204+118+132=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7684 is #33897B. Grayscale: #919191. Windows color (decimal): -3377532 or 8681164. OLE color: 8681164.

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

Color convert

RGB 204 118 132 -
CMYK 0 0.42 0.35 0.2
HSL 350.23º 0.46% 0.63% -
HSV(B) 350.23º 0.42% 0.8% -
XYZ 35.55 27.46 25.26 -
YUV 145.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 204 118 132 0 0.42 0.35 0.2 350.23 0.46 0.63
Hex CC 76 84 0 2A 23 14 15E 2E 3F
Octal 314 166 204 0 52 43 24 536 56 77
Binary 11001100 1110110 10000100 0 101010 100011 10100 101011110 101110 111111

Color Harmonies of #CC7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7684

Black with #CC7684

Text Example


Text Example

White with #CC7684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7684; }

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

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

background-color css

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

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

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

border-color css

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

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

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