Html Css Color HEX #C35D5C Fuzzy Wuzzy Brown

📋 copy color: '#C35D5C'

red 195 ◦ green 93 ◦ blue 92

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

Shades of Fuzzy Wuzzy Brown #C35D5C

Tints of Fuzzy Wuzzy Brown #C35D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 51.32%
G = 24.47%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C35D5C (or 0xC35D5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5D and 5C. RGB value is (195,93,92). Sum of RGB (Red+Green+Blue) = 195+93+92=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D5C is #3CA2A3. Grayscale: #7B7B7B. Windows color (decimal): -3973796 or 6053315. OLE color: 6053315.

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

Color convert

RGB 195 93 92 -
CMYK 0 0.52 0.53 0.24
HSL 0.58º 0.46% 0.56% -
HSV(B) 0.58º 0.53% 0.76% -
XYZ 28.35 20.2 12.53 -
YUV 123.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 195 93 92 0 0.52 0.53 0.24 0.58 0.46 0.56
Hex C3 5D 5C 0 34 35 18 1 2E 38
Octal 303 135 134 0 64 65 30 1 56 70
Binary 11000011 1011101 1011100 0 110100 110101 11000 1 101110 111000

Color Harmonies of #C35D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D5C

Black with #C35D5C

Text Example


Text Example

White with #C35D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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