Html Css Color HEX #C77273 Froly

📋 copy color: '#C77273'

red 199 ◦ green 114 ◦ blue 115

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

Shades of Froly #C77273

Tints of Froly #C77273

RGB

 RED value IS 199 (78.13% from 255) = 46.5%

 GREEN value IS 114 (44.92% from 255) = 26.64%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 46.5%
G = 26.64%
B = 26.87%

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

#C77273 (or 0xC77273) is known color: Froly. HEX triplet: C7, 72 and 73. RGB value is (199,114,115). Sum of RGB (Red+Green+Blue) = 199+114+115=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77273 is #388D8C. Grayscale: #8B8B8B. Windows color (decimal): -3706253 or 7566023. OLE color: 7566023.

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

Color convert

RGB 199 114 115 -
CMYK 0 0.43 0.42 0.22
HSL 359.29º 0.43% 0.61% -
HSV(B) 359.29º 0.43% 0.78% -
XYZ 32.67 25.41 19.4 -
YUV 139.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 199 114 115 0 0.43 0.42 0.22 359.29 0.43 0.61
Hex C7 72 73 0 2B 2A 16 167 2B 3D
Octal 307 162 163 0 53 52 26 547 53 75
Binary 11000111 1110010 1110011 0 101011 101010 10110 101100111 101011 111101

Color Harmonies of #C77273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77273

Black with #C77273

Text Example


Text Example

White with #C77273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77273; }

 p { color: rgb(199,114,115); }

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

background-color css

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

 a { background-color: rgb(199,114,115); }

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

border-color css

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

 span { border-color: rgb(199,114,115); }

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