Html Css Color HEX #C75150 Fuzzy Wuzzy Brown

📋 copy color: '#C75150'

red 199 ◦ green 81 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C75150

Tints of Fuzzy Wuzzy Brown #C75150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 55.28%
G = 22.5%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C75150 (or 0xC75150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 51 and 50. RGB value is (199,81,80). Sum of RGB (Red+Green+Blue) = 199+81+80=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C75150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75150 is #38AEAF. Grayscale: #747474. Windows color (decimal): -3714736 or 5263815. OLE color: 5263815.

HSL color Cylindrical-coordinate representation of color #C75150: hue angle of 0.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75150 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 80 -
CMYK 0 0.59 0.60 0.22
HSL 0.5º 0.52% 0.55% -
HSV(B) 0.5º 0.6% 0.78% -
XYZ 27.94 18.61 9.71 -
YUV 116.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 199 81 80 0 0.59 0.60 0.22 0.5 0.52 0.55
Hex C7 51 50 0 3B 3C 16 1 34 37
Octal 307 121 120 0 73 74 26 1 64 67
Binary 11000111 1010001 1010000 0 111011 111100 10110 1 110100 110111

Color Harmonies of #C75150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75150

Black with #C75150

Text Example


Text Example

White with #C75150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75150; }

 p { color: rgb(199,81,80); }

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

background-color css

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

 a { background-color: rgb(199,81,80); }

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

border-color css

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

 span { border-color: rgb(199,81,80); }

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