Html Css Color HEX #CC748E Charm

📋 copy color: '#CC748E'

red 204 ◦ green 116 ◦ blue 142

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

Shades of Charm #CC748E

Tints of Charm #CC748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 44.16%
G = 25.11%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC748E (or 0xCC748E) is known color: Charm. HEX triplet: CC, 74 and 8E. RGB value is (204,116,142). Sum of RGB (Red+Green+Blue) = 204+116+142=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC748E is #338B71. Grayscale: #919191. Windows color (decimal): -3378034 or 9336012. OLE color: 9336012.

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

Color convert

RGB 204 116 142 -
CMYK 0 0.43 0.30 0.2
HSL 342.27º 0.46% 0.63% -
HSV(B) 342.27º 0.43% 0.8% -
XYZ 36.03 27.28 28.96 -
YUV 145.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 204 116 142 0 0.43 0.30 0.2 342.27 0.46 0.63
Hex CC 74 8E 0 2B 1E 14 156 2E 3F
Octal 314 164 216 0 53 36 24 526 56 77
Binary 11001100 1110100 10001110 0 101011 11110 10100 101010110 101110 111111

Color Harmonies of #CC748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC748E

Black with #CC748E

Text Example


Text Example

White with #CC748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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