Html Css Color HEX #C67072 Froly

📋 copy color: '#C67072'

red 198 ◦ green 112 ◦ blue 114

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

Shades of Froly #C67072

Tints of Froly #C67072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 46.7%
G = 26.42%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C67072 (or 0xC67072) is known color: Froly. HEX triplet: C6, 70 and 72. RGB value is (198,112,114). Sum of RGB (Red+Green+Blue) = 198+112+114=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C67072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67072 is #398F8D. Grayscale: #8A8A8A. Windows color (decimal): -3772302 or 7499974. OLE color: 7499974.

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

Color convert

RGB 198 112 114 -
CMYK 0 0.43 0.42 0.22
HSL 358.6º 0.43% 0.61% -
HSV(B) 358.6º 0.43% 0.78% -
XYZ 32.12 24.81 19.02 -
YUV 137.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 198 112 114 0 0.43 0.42 0.22 358.6 0.43 0.61
Hex C6 70 72 0 2B 2A 16 167 2B 3D
Octal 306 160 162 0 53 52 26 547 53 75
Binary 11000110 1110000 1110010 0 101011 101010 10110 101100111 101011 111101

Color Harmonies of #C67072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67072

Black with #C67072

Text Example


Text Example

White with #C67072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67072; }

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

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

background-color css

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

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

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

border-color css

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

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

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