Html Css Color HEX #C35655 Fuzzy Wuzzy Brown

📋 copy color: '#C35655'

red 195 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C35655

Tints of Fuzzy Wuzzy Brown #C35655

RGB

 RED value IS 195 (76.56% from 255) = 53.28%

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

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

R = 53.28%
G = 23.5%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C35655 (or 0xC35655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 56 and 55. RGB value is (195,86,85). Sum of RGB (Red+Green+Blue) = 195+86+85=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C35655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35655 is #3CA9AA. Grayscale: #767676. Windows color (decimal): -3975595 or 5592771. OLE color: 5592771.

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

Color convert

RGB 195 86 85 -
CMYK 0 0.56 0.56 0.24
HSL 0.55º 0.48% 0.55% -
HSV(B) 0.55º 0.56% 0.76% -
XYZ 27.47 18.91 10.8 -
YUV 118.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 195 86 85 0 0.56 0.56 0.24 0.55 0.48 0.55
Hex C3 56 55 0 38 38 18 1 30 37
Octal 303 126 125 0 70 70 30 1 60 67
Binary 11000011 1010110 1010101 0 111000 111000 11000 1 110000 110111

Color Harmonies of #C35655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35655

Black with #C35655

Text Example


Text Example

White with #C35655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35655; }

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

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

background-color css

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

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

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

border-color css

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

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

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