Html Css Color HEX #C45C5B Fuzzy Wuzzy Brown

📋 copy color: '#C45C5B'

red 196 ◦ green 92 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #C45C5B

Tints of Fuzzy Wuzzy Brown #C45C5B

RGB

 RED value IS 196 (76.95% from 255) = 51.72%

 GREEN value IS 92 (36.33% from 255) = 24.27%

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 51.72%
G = 24.27%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C45C5B (or 0xC45C5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5C and 5B. RGB value is (196,92,91). Sum of RGB (Red+Green+Blue) = 196+92+91=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C5B is #3BA3A4. Grayscale: #7B7B7B. Windows color (decimal): -3908517 or 5987524. OLE color: 5987524.

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

Color convert

RGB 196 92 91 -
CMYK 0 0.53 0.54 0.23
HSL 0.57º 0.47% 0.56% -
HSV(B) 0.57º 0.54% 0.77% -
XYZ 28.48 20.15 12.28 -
YUV 122.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 196 92 91 0 0.53 0.54 0.23 0.57 0.47 0.56
Hex C4 5C 5B 0 35 36 17 1 2F 38
Octal 304 134 133 0 65 66 27 1 57 70
Binary 11000100 1011100 1011011 0 110101 110110 10111 1 101111 111000

Color Harmonies of #C45C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C5B

Black with #C45C5B

Text Example


Text Example

White with #C45C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C5B; }

 p { color: rgb(196,92,91); }

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

background-color css

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

 a { background-color: rgb(196,92,91); }

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

border-color css

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

 span { border-color: rgb(196,92,91); }

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