Html Css Color HEX #C66D7D Charm

📋 copy color: '#C66D7D'

red 198 ◦ green 109 ◦ blue 125

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

Shades of Charm #C66D7D

Tints of Charm #C66D7D

RGB

 RED value IS 198 (77.73% from 255) = 45.83%

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 45.83%
G = 25.23%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C66D7D (or 0xC66D7D) is known color: Charm. HEX triplet: C6, 6D and 7D. RGB value is (198,109,125). Sum of RGB (Red+Green+Blue) = 198+109+125=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D7D is #399282. Grayscale: #898989. Windows color (decimal): -3773059 or 8220102. OLE color: 8220102.

HSL color Cylindrical-coordinate representation of color #C66D7D: hue angle of 349.21º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D7D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 109 125 -
CMYK 0 0.45 0.37 0.22
HSL 349.21º 0.44% 0.6% -
HSV(B) 349.21º 0.45% 0.78% -
XYZ 32.46 24.42 22.41 -
YUV 137.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 198 109 125 0 0.45 0.37 0.22 349.21 0.44 0.6
Hex C6 6D 7D 0 2D 25 16 15D 2C 3C
Octal 306 155 175 0 55 45 26 535 54 74
Binary 11000110 1101101 1111101 0 101101 100101 10110 101011101 101100 111100

Color Harmonies of #C66D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D7D

Black with #C66D7D

Text Example


Text Example

White with #C66D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D7D; }

 p { color: rgb(198,109,125); }

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

background-color css

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

 a { background-color: rgb(198,109,125); }

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

border-color css

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

 span { border-color: rgb(198,109,125); }

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