Html Css Color HEX #C66D6E Froly

📋 copy color: '#C66D6E'

red 198 ◦ green 109 ◦ blue 110

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

Shades of Froly #C66D6E

Tints of Froly #C66D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 47.48%
G = 26.14%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C66D6E (or 0xC66D6E) is known color: Froly. HEX triplet: C6, 6D and 6E. RGB value is (198,109,110). Sum of RGB (Red+Green+Blue) = 198+109+110=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D6E is #399291. Grayscale: #878787. Windows color (decimal): -3773074 or 7237062. OLE color: 7237062.

HSL color Cylindrical-coordinate representation of color #C66D6E: hue angle of 359.33º 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 #C66D6E is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 109 110 -
CMYK 0 0.45 0.44 0.22
HSL 359.33º 0.44% 0.6% -
HSV(B) 359.33º 0.45% 0.78% -
XYZ 31.57 24.07 17.73 -
YUV 135.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 198 109 110 0 0.45 0.44 0.22 359.33 0.44 0.6
Hex C6 6D 6E 0 2D 2C 16 167 2C 3C
Octal 306 155 156 0 55 54 26 547 54 74
Binary 11000110 1101101 1101110 0 101101 101100 10110 101100111 101100 111100

Color Harmonies of #C66D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D6E

Black with #C66D6E

Text Example


Text Example

White with #C66D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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