Html Css Color HEX #C66F71 Froly

📋 copy color: '#C66F71'

red 198 ◦ green 111 ◦ blue 113

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

Shades of Froly #C66F71

Tints of Froly #C66F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 46.92%
G = 26.3%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C66F71 (or 0xC66F71) is known color: Froly. HEX triplet: C6, 6F and 71. RGB value is (198,111,113). Sum of RGB (Red+Green+Blue) = 198+111+113=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F71 is #39908E. Grayscale: #898989. Windows color (decimal): -3772559 or 7434182. OLE color: 7434182.

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

Color convert

RGB 198 111 113 -
CMYK 0 0.44 0.43 0.22
HSL 358.62º 0.43% 0.61% -
HSV(B) 358.62º 0.44% 0.78% -
XYZ 31.95 24.57 18.68 -
YUV 137.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 198 111 113 0 0.44 0.43 0.22 358.62 0.43 0.61
Hex C6 6F 71 0 2C 2B 16 167 2B 3D
Octal 306 157 161 0 54 53 26 547 53 75
Binary 11000110 1101111 1110001 0 101100 101011 10110 101100111 101011 111101

Color Harmonies of #C66F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F71

Black with #C66F71

Text Example


Text Example

White with #C66F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F71; }

 p { color: rgb(198,111,113); }

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

background-color css

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

 a { background-color: rgb(198,111,113); }

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

border-color css

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

 span { border-color: rgb(198,111,113); }

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