Html Css Color HEX #C95353 Fuzzy Wuzzy Brown

📋 copy color: '#C95353'

red 201 ◦ green 83 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C95353

Tints of Fuzzy Wuzzy Brown #C95353

RGB

 RED value IS 201 (78.91% from 255) = 54.77%

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

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 54.77%
G = 22.62%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C95353 (or 0xC95353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 53 and 53. RGB value is (201,83,83). Sum of RGB (Red+Green+Blue) = 201+83+83=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C95353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95353 is #36ACAC. Grayscale: #767676. Windows color (decimal): -3583149 or 5460937. OLE color: 5460937.

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

Color convert

RGB 201 83 83 -
CMYK 0 0.59 0.59 0.21
HSL 0.52% 0.56% -
HSV(B) 0.59% 0.79% -
XYZ 28.74 19.23 10.38 -
YUV 118.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 201 83 83 0 0.59 0.59 0.21 0 0.52 0.56
Hex C9 53 53 0 3B 3B 15 0 34 38
Octal 311 123 123 0 73 73 25 0 64 70
Binary 11001001 1010011 1010011 0 111011 111011 10101 0 110100 111000

Color Harmonies of #C95353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95353

Black with #C95353

Text Example


Text Example

White with #C95353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95353; }

 p { color: rgb(201,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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