Html Css Color HEX #C35855 Fuzzy Wuzzy Brown

📋 copy color: '#C35855'

red 195 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C35855

Tints of Fuzzy Wuzzy Brown #C35855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 52.99%
G = 23.91%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C35855 (or 0xC35855) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 58 and 55. RGB value is (195,88,85). Sum of RGB (Red+Green+Blue) = 195+88+85=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C35855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35855 is #3CA7AA. Grayscale: #777777. Windows color (decimal): -3975083 or 5593283. OLE color: 5593283.

HSL color Cylindrical-coordinate representation of color #C35855: hue angle of 1.64º 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 #C35855 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 85 -
CMYK 0 0.55 0.56 0.24
HSL 1.64º 0.48% 0.55% -
HSV(B) 1.64º 0.56% 0.76% -
XYZ 27.64 19.24 10.85 -
YUV 119.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 195 88 85 0 0.55 0.56 0.24 1.64 0.48 0.55
Hex C3 58 55 0 37 38 18 2 30 37
Octal 303 130 125 0 67 70 30 2 60 67
Binary 11000011 1011000 1010101 0 110111 111000 11000 10 110000 110111

Color Harmonies of #C35855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35855

Black with #C35855

Text Example


Text Example

White with #C35855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35855; }

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

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

background-color css

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

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

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

border-color css

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

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

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