Html Css Color HEX #CC747F Charm

📋 copy color: '#CC747F'

red 204 ◦ green 116 ◦ blue 127

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

Shades of Charm #CC747F

Tints of Charm #CC747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 45.64%
G = 25.95%
B = 28.41%

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

#CC747F (or 0xCC747F) is known color: Charm. HEX triplet: CC, 74 and 7F. RGB value is (204,116,127). Sum of RGB (Red+Green+Blue) = 204+116+127=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747F is #338B80. Grayscale: #8F8F8F. Windows color (decimal): -3378049 or 8352972. OLE color: 8352972.

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

Color convert

RGB 204 116 127 -
CMYK 0 0.43 0.38 0.2
HSL 352.5º 0.46% 0.63% -
HSV(B) 352.5º 0.43% 0.8% -
XYZ 34.98 26.86 23.42 -
YUV 143.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 204 116 127 0 0.43 0.38 0.2 352.5 0.46 0.63
Hex CC 74 7F 0 2B 26 14 160 2E 3F
Octal 314 164 177 0 53 46 24 540 56 77
Binary 11001100 1110100 1111111 0 101011 100110 10100 101100000 101110 111111

Color Harmonies of #CC747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC747F

Black with #CC747F

Text Example


Text Example

White with #CC747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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