Html Css Color HEX #C35352 Fuzzy Wuzzy Brown

📋 copy color: '#C35352'

red 195 ◦ green 83 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C35352

Tints of Fuzzy Wuzzy Brown #C35352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 54.17%
G = 23.06%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C35352 (or 0xC35352) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 53 and 52. RGB value is (195,83,82). Sum of RGB (Red+Green+Blue) = 195+83+82=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C35352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35352 is #3CACAD. Grayscale: #747474. Windows color (decimal): -3976366 or 5395395. OLE color: 5395395.

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

Color convert

RGB 195 83 82 -
CMYK 0 0.57 0.58 0.24
HSL 0.53º 0.48% 0.54% -
HSV(B) 0.53º 0.58% 0.76% -
XYZ 27.12 18.4 10.1 -
YUV 116.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 195 83 82 0 0.57 0.58 0.24 0.53 0.48 0.54
Hex C3 53 52 0 39 3A 18 1 30 36
Octal 303 123 122 0 71 72 30 1 60 66
Binary 11000011 1010011 1010010 0 111001 111010 11000 1 110000 110110

Color Harmonies of #C35352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35352

Black with #C35352

Text Example


Text Example

White with #C35352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35352; }

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

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

background-color css

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

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

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

border-color css

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

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

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