Html Css Color HEX #C95452 Fuzzy Wuzzy Brown

📋 copy color: '#C95452'

red 201 ◦ green 84 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C95452

Tints of Fuzzy Wuzzy Brown #C95452

RGB

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

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

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

R = 54.77%
G = 22.89%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C95452 (or 0xC95452) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 54 and 52. RGB value is (201,84,82). Sum of RGB (Red+Green+Blue) = 201+84+82=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C95452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95452 is #36ABAD. Grayscale: #767676. Windows color (decimal): -3582894 or 5395657. OLE color: 5395657.

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

Color convert

RGB 201 84 82 -
CMYK 0 0.58 0.59 0.21
HSL 1.01º 0.52% 0.55% -
HSV(B) 1.01º 0.59% 0.79% -
XYZ 28.78 19.37 10.2 -
YUV 118.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 201 84 82 0 0.58 0.59 0.21 1.01 0.52 0.55
Hex C9 54 52 0 3A 3B 15 1 34 37
Octal 311 124 122 0 72 73 25 1 64 67
Binary 11001001 1010100 1010010 0 111010 111011 10101 1 110100 110111

Color Harmonies of #C95452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95452

Black with #C95452

Text Example


Text Example

White with #C95452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95452; }

 p { color: rgb(201,84,82); }

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

background-color css

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

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

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

border-color css

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

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

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