Html Css Color HEX #CC7B93 Charm

📋 copy color: '#CC7B93'

red 204 ◦ green 123 ◦ blue 147

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

Shades of Charm #CC7B93

Tints of Charm #CC7B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 43.04%
G = 25.95%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC7B93 (or 0xCC7B93) is known color: Charm. HEX triplet: CC, 7B and 93. RGB value is (204,123,147). Sum of RGB (Red+Green+Blue) = 204+123+147=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B93 is #33846C. Grayscale: #959595. Windows color (decimal): -3376237 or 9665484. OLE color: 9665484.

HSL color Cylindrical-coordinate representation of color #CC7B93: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B93 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 147 -
CMYK 0 0.40 0.28 0.2
HSL 342.22º 0.44% 0.64% -
HSV(B) 342.22º 0.4% 0.8% -
XYZ 37.25 29.11 31.26 -
YUV 149.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 204 123 147 0 0.40 0.28 0.2 342.22 0.44 0.64
Hex CC 7B 93 0 28 1C 14 156 2C 40
Octal 314 173 223 0 50 34 24 526 54 100
Binary 11001100 1111011 10010011 0 101000 11100 10100 101010110 101100 1000000

Color Harmonies of #CC7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B93

Black with #CC7B93

Text Example


Text Example

White with #CC7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B93; }

 p { color: rgb(204,123,147); }

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

background-color css

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

 a { background-color: rgb(204,123,147); }

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

border-color css

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

 span { border-color: rgb(204,123,147); }

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