Html Css Color HEX #CC747E Charm

📋 copy color: '#CC747E'

red 204 ◦ green 116 ◦ blue 126

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

Shades of Charm #CC747E

Tints of Charm #CC747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 45.74%
G = 26.01%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC747E (or 0xCC747E) is known color: Charm. HEX triplet: CC, 74 and 7E. RGB value is (204,116,126). Sum of RGB (Red+Green+Blue) = 204+116+126=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747E is #338B81. Grayscale: #8F8F8F. Windows color (decimal): -3378050 or 8287436. OLE color: 8287436.

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

Color convert

RGB 204 116 126 -
CMYK 0 0.43 0.38 0.2
HSL 353.18º 0.46% 0.63% -
HSV(B) 353.18º 0.43% 0.8% -
XYZ 34.91 26.83 23.08 -
YUV 143.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 204 116 126 0 0.43 0.38 0.2 353.18 0.46 0.63
Hex CC 74 7E 0 2B 26 14 161 2E 3F
Octal 314 164 176 0 53 46 24 541 56 77
Binary 11001100 1110100 1111110 0 101011 100110 10100 101100001 101110 111111

Color Harmonies of #CC747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC747E

Black with #CC747E

Text Example


Text Example

White with #CC747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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