Html Css Color HEX #C35454 Fuzzy Wuzzy Brown

📋 copy color: '#C35454'

red 195 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C35454

Tints of Fuzzy Wuzzy Brown #C35454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 53.72%
G = 23.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C35454 (or 0xC35454) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 54 and 54. RGB value is (195,84,84). Sum of RGB (Red+Green+Blue) = 195+84+84=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35454 is #3CABAB. Grayscale: #757575. Windows color (decimal): -3976108 or 5526723. OLE color: 5526723.

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

Color convert

RGB 195 84 84 -
CMYK 0 0.57 0.57 0.24
HSL 0.48% 0.55% -
HSV(B) 0.57% 0.76% -
XYZ 27.28 18.58 10.54 -
YUV 117.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 195 84 84 0 0.57 0.57 0.24 0 0.48 0.55
Hex C3 54 54 0 39 39 18 0 30 37
Octal 303 124 124 0 71 71 30 0 60 67
Binary 11000011 1010100 1010100 0 111001 111001 11000 0 110000 110111

Color Harmonies of #C35454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35454

Black with #C35454

Text Example


Text Example

White with #C35454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35454; }

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

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

background-color css

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

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

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

border-color css

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

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

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