Html Css Color HEX #CC767E Charm

📋 copy color: '#CC767E'

red 204 ◦ green 118 ◦ blue 126

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

Shades of Charm #CC767E

Tints of Charm #CC767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 45.54%
G = 26.34%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC767E (or 0xCC767E) is known color: Charm. HEX triplet: CC, 76 and 7E. RGB value is (204,118,126). Sum of RGB (Red+Green+Blue) = 204+118+126=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC767E is #338981. Grayscale: #909090. Windows color (decimal): -3377538 or 8287948. OLE color: 8287948.

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

Color convert

RGB 204 118 126 -
CMYK 0 0.42 0.38 0.2
HSL 354.42º 0.46% 0.63% -
HSV(B) 354.42º 0.42% 0.8% -
XYZ 35.15 27.3 23.16 -
YUV 144.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 204 118 126 0 0.42 0.38 0.2 354.42 0.46 0.63
Hex CC 76 7E 0 2A 26 14 162 2E 3F
Octal 314 166 176 0 52 46 24 542 56 77
Binary 11001100 1110110 1111110 0 101010 100110 10100 101100010 101110 111111

Color Harmonies of #CC767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC767E

Black with #CC767E

Text Example


Text Example

White with #CC767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC767E; }

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

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

background-color css

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

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

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

border-color css

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

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

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