Html Css Color HEX #C35C57 Fuzzy Wuzzy Brown

📋 copy color: '#C35C57'

red 195 ◦ green 92 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C35C57

Tints of Fuzzy Wuzzy Brown #C35C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 52.14%
G = 24.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C35C57 (or 0xC35C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5C and 57. RGB value is (195,92,87). Sum of RGB (Red+Green+Blue) = 195+92+87=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C57 is #3CA3A8. Grayscale: #7A7A7A. Windows color (decimal): -3974057 or 5725379. OLE color: 5725379.

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

Color convert

RGB 195 92 87 -
CMYK 0 0.53 0.55 0.24
HSL 2.78º 0.47% 0.55% -
HSV(B) 2.78º 0.55% 0.76% -
XYZ 28.05 19.94 11.39 -
YUV 122.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 195 92 87 0 0.53 0.55 0.24 2.78 0.47 0.55
Hex C3 5C 57 0 35 37 18 3 2F 37
Octal 303 134 127 0 65 67 30 3 57 67
Binary 11000011 1011100 1010111 0 110101 110111 11000 11 101111 110111

Color Harmonies of #C35C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C57

Black with #C35C57

Text Example


Text Example

White with #C35C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C57; }

 p { color: rgb(195,92,87); }

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

background-color css

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

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

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

border-color css

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

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

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