Html Css Color HEX #CC7679 Charm

📋 copy color: '#CC7679'

red 204 ◦ green 118 ◦ blue 121

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

Shades of Charm #CC7679

Tints of Charm #CC7679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 46.05%
G = 26.64%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC7679 (or 0xCC7679) is known color: Charm. HEX triplet: CC, 76 and 79. RGB value is (204,118,121). Sum of RGB (Red+Green+Blue) = 204+118+121=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7679 is #338986. Grayscale: #909090. Windows color (decimal): -3377543 or 7960268. OLE color: 7960268.

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

Color convert

RGB 204 118 121 -
CMYK 0 0.42 0.41 0.2
HSL 357.91º 0.46% 0.63% -
HSV(B) 357.91º 0.42% 0.8% -
XYZ 34.83 27.17 21.5 -
YUV 144.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 204 118 121 0 0.42 0.41 0.2 357.91 0.46 0.63
Hex CC 76 79 0 2A 29 14 166 2E 3F
Octal 314 166 171 0 52 51 24 546 56 77
Binary 11001100 1110110 1111001 0 101010 101001 10100 101100110 101110 111111

Color Harmonies of #CC7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7679

Black with #CC7679

Text Example


Text Example

White with #CC7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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