Html Css Color HEX #C35350 Fuzzy Wuzzy Brown

📋 copy color: '#C35350'

red 195 ◦ green 83 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C35350

Tints of Fuzzy Wuzzy Brown #C35350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 54.47%
G = 23.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C35350 (or 0xC35350) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 53 and 50. RGB value is (195,83,80). Sum of RGB (Red+Green+Blue) = 195+83+80=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C35350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35350 is #3CACAF. Grayscale: #747474. Windows color (decimal): -3976368 or 5264323. OLE color: 5264323.

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

Color convert

RGB 195 83 80 -
CMYK 0 0.57 0.59 0.24
HSL 1.57º 0.49% 0.54% -
HSV(B) 1.57º 0.59% 0.76% -
XYZ 27.05 18.37 9.71 -
YUV 116.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 195 83 80 0 0.57 0.59 0.24 1.57 0.49 0.54
Hex C3 53 50 0 39 3B 18 2 31 36
Octal 303 123 120 0 71 73 30 2 61 66
Binary 11000011 1010011 1010000 0 111001 111011 11000 10 110001 110110

Color Harmonies of #C35350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35350

Black with #C35350

Text Example


Text Example

White with #C35350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35350; }

 p { color: rgb(195,83,80); }

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

background-color css

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

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

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

border-color css

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

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

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