Html Css Color HEX #C75955 Fuzzy Wuzzy Brown

📋 copy color: '#C75955'

red 199 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C75955

Tints of Fuzzy Wuzzy Brown #C75955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 53.35%
G = 23.86%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C75955 (or 0xC75955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 59 and 55. RGB value is (199,89,85). Sum of RGB (Red+Green+Blue) = 199+89+85=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C75955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75955 is #38A6AA. Grayscale: #797979. Windows color (decimal): -3712683 or 5593543. OLE color: 5593543.

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

Color convert

RGB 199 89 85 -
CMYK 0 0.55 0.57 0.22
HSL 2.11º 0.5% 0.56% -
HSV(B) 2.11º 0.57% 0.78% -
XYZ 28.77 19.94 10.93 -
YUV 121.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 199 89 85 0 0.55 0.57 0.22 2.11 0.5 0.56
Hex C7 59 55 0 37 39 16 2 32 38
Octal 307 131 125 0 67 71 26 2 62 70
Binary 11000111 1011001 1010101 0 110111 111001 10110 10 110010 111000

Color Harmonies of #C75955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75955

Black with #C75955

Text Example


Text Example

White with #C75955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75955; }

 p { color: rgb(199,89,85); }

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

background-color css

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

 a { background-color: rgb(199,89,85); }

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

border-color css

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

 span { border-color: rgb(199,89,85); }

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