Html Css Color HEX #C35959 Fuzzy Wuzzy Brown

📋 copy color: '#C35959'

red 195 ◦ green 89 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #C35959

Tints of Fuzzy Wuzzy Brown #C35959

RGB

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

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

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

R = 52.28%
G = 23.86%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C35959 (or 0xC35959) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 59 and 59. RGB value is (195,89,89). Sum of RGB (Red+Green+Blue) = 195+89+89=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35959 is #3CA6A6. Grayscale: #787878. Windows color (decimal): -3974823 or 5855683. OLE color: 5855683.

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

Color convert

RGB 195 89 89 -
CMYK 0 0.54 0.54 0.24
HSL 0.47% 0.56% -
HSV(B) 0.54% 0.76% -
XYZ 27.88 19.47 11.74 -
YUV 120.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 195 89 89 0 0.54 0.54 0.24 0 0.47 0.56
Hex C3 59 59 0 36 36 18 0 2F 38
Octal 303 131 131 0 66 66 30 0 57 70
Binary 11000011 1011001 1011001 0 110110 110110 11000 0 101111 111000

Color Harmonies of #C35959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35959

Black with #C35959

Text Example


Text Example

White with #C35959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35959; }

 p { color: rgb(195,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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