Html Css Color HEX #CC767A Charm

📋 copy color: '#CC767A'

red 204 ◦ green 118 ◦ blue 122

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

Shades of Charm #CC767A

Tints of Charm #CC767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 45.95%
G = 26.58%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC767A (or 0xCC767A) is known color: Charm. HEX triplet: CC, 76 and 7A. RGB value is (204,118,122). Sum of RGB (Red+Green+Blue) = 204+118+122=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767A is #338985. Grayscale: #909090. Windows color (decimal): -3377542 or 8025804. OLE color: 8025804.

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

Color convert

RGB 204 118 122 -
CMYK 0 0.42 0.40 0.2
HSL 357.21º 0.46% 0.63% -
HSV(B) 357.21º 0.42% 0.8% -
XYZ 34.89 27.2 21.82 -
YUV 144.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 204 118 122 0 0.42 0.40 0.2 357.21 0.46 0.63
Hex CC 76 7A 0 2A 28 14 165 2E 3F
Octal 314 166 172 0 52 50 24 545 56 77
Binary 11001100 1110110 1111010 0 101010 101000 10100 101100101 101110 111111

Color Harmonies of #CC767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC767A

Black with #CC767A

Text Example


Text Example

White with #CC767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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