Html Css Color HEX #C45A5A Fuzzy Wuzzy Brown

📋 copy color: '#C45A5A'

red 196 ◦ green 90 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #C45A5A

Tints of Fuzzy Wuzzy Brown #C45A5A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 52.13%
G = 23.94%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C45A5A (or 0xC45A5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 5A. RGB value is (196,90,90). Sum of RGB (Red+Green+Blue) = 196+90+90=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A5A is #3BA5A5. Grayscale: #797979. Windows color (decimal): -3909030 or 5921476. OLE color: 5921476.

HSL color Cylindrical-coordinate representation of color #C45A5A: hue angle of 0º 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 #C45A5A is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 90 90 -
CMYK 0 0.54 0.54 0.23
HSL 0.47% 0.56% -
HSV(B) 0.54% 0.77% -
XYZ 28.27 19.79 12 -
YUV 121.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 196 90 90 0 0.54 0.54 0.23 0 0.47 0.56
Hex C4 5A 5A 0 36 36 17 0 2F 38
Octal 304 132 132 0 66 66 27 0 57 70
Binary 11000100 1011010 1011010 0 110110 110110 10111 0 101111 111000

Color Harmonies of #C45A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A5A

Black with #C45A5A

Text Example


Text Example

White with #C45A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A5A; }

 p { color: rgb(196,90,90); }

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

background-color css

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

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

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

border-color css

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

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

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