Html Css Color HEX #CC7384 Charm

📋 copy color: '#CC7384'

red 204 ◦ green 115 ◦ blue 132

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

Shades of Charm #CC7384

Tints of Charm #CC7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 45.23%
G = 25.5%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7384 (or 0xCC7384) is known color: Charm. HEX triplet: CC, 73 and 84. RGB value is (204,115,132). Sum of RGB (Red+Green+Blue) = 204+115+132=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7384 is #338C7B. Grayscale: #8F8F8F. Windows color (decimal): -3378300 or 8680396. OLE color: 8680396.

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

Color convert

RGB 204 115 132 -
CMYK 0 0.44 0.35 0.2
HSL 348.54º 0.47% 0.63% -
HSV(B) 348.54º 0.44% 0.8% -
XYZ 35.2 26.76 25.14 -
YUV 143.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 204 115 132 0 0.44 0.35 0.2 348.54 0.47 0.63
Hex CC 73 84 0 2C 23 14 15D 2F 3F
Octal 314 163 204 0 54 43 24 535 57 77
Binary 11001100 1110011 10000100 0 101100 100011 10100 101011101 101111 111111

Color Harmonies of #CC7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7384

Black with #CC7384

Text Example


Text Example

White with #CC7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7384; }

 p { color: rgb(204,115,132); }

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

background-color css

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

 a { background-color: rgb(204,115,132); }

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

border-color css

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

 span { border-color: rgb(204,115,132); }

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