Html Css Color HEX #C75655 Fuzzy Wuzzy Brown

📋 copy color: '#C75655'

red 199 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C75655

Tints of Fuzzy Wuzzy Brown #C75655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 53.78%
G = 23.24%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C75655 (or 0xC75655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 56 and 55. RGB value is (199,86,85). Sum of RGB (Red+Green+Blue) = 199+86+85=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75655 is #38A9AA. Grayscale: #777777. Windows color (decimal): -3713451 or 5592775. OLE color: 5592775.

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

Color convert

RGB 199 86 85 -
CMYK 0 0.57 0.57 0.22
HSL 0.53º 0.5% 0.56% -
HSV(B) 0.53º 0.57% 0.78% -
XYZ 28.52 19.45 10.85 -
YUV 119.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 199 86 85 0 0.57 0.57 0.22 0.53 0.5 0.56
Hex C7 56 55 0 39 39 16 1 32 38
Octal 307 126 125 0 71 71 26 1 62 70
Binary 11000111 1010110 1010101 0 111001 111001 10110 1 110010 111000

Color Harmonies of #C75655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75655

Black with #C75655

Text Example


Text Example

White with #C75655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75655; }

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

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

background-color css

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

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

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

border-color css

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

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

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