Html Css Color HEX #C75454 Fuzzy Wuzzy Brown

📋 copy color: '#C75454'

red 199 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C75454

Tints of Fuzzy Wuzzy Brown #C75454

RGB

 RED value IS 199 (78.13% from 255) = 54.22%

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

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

R = 54.22%
G = 22.89%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C75454 (or 0xC75454) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 54 and 54. RGB value is (199,84,84). Sum of RGB (Red+Green+Blue) = 199+84+84=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C75454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75454 is #38ABAB. Grayscale: #767676. Windows color (decimal): -3713964 or 5526727. OLE color: 5526727.

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

Color convert

RGB 199 84 84 -
CMYK 0 0.58 0.58 0.22
HSL 0.51% 0.55% -
HSV(B) 0.58% 0.78% -
XYZ 28.32 19.12 10.59 -
YUV 118.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 199 84 84 0 0.58 0.58 0.22 0 0.51 0.55
Hex C7 54 54 0 3A 3A 16 0 33 37
Octal 307 124 124 0 72 72 26 0 63 67
Binary 11000111 1010100 1010100 0 111010 111010 10110 0 110011 110111

Color Harmonies of #C75454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75454

Black with #C75454

Text Example


Text Example

White with #C75454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75454; }

 p { color: rgb(199,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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