Html Css Color HEX #C67071 Froly

📋 copy color: '#C67071'

red 198 ◦ green 112 ◦ blue 113

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

Shades of Froly #C67071

Tints of Froly #C67071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 46.81%
G = 26.48%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C67071 (or 0xC67071) is known color: Froly. HEX triplet: C6, 70 and 71. RGB value is (198,112,113). Sum of RGB (Red+Green+Blue) = 198+112+113=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C67071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67071 is #398F8E. Grayscale: #898989. Windows color (decimal): -3772303 or 7434438. OLE color: 7434438.

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

Color convert

RGB 198 112 113 -
CMYK 0 0.43 0.43 0.22
HSL 359.3º 0.43% 0.61% -
HSV(B) 359.3º 0.43% 0.78% -
XYZ 32.06 24.79 18.72 -
YUV 137.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 198 112 113 0 0.43 0.43 0.22 359.3 0.43 0.61
Hex C6 70 71 0 2B 2B 16 167 2B 3D
Octal 306 160 161 0 53 53 26 547 53 75
Binary 11000110 1110000 1110001 0 101011 101011 10110 101100111 101011 111101

Color Harmonies of #C67071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67071

Black with #C67071

Text Example


Text Example

White with #C67071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67071; }

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

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

background-color css

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

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

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

border-color css

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

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

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