Html Css Color HEX #C75754 Fuzzy Wuzzy Brown

📋 copy color: '#C75754'

red 199 ◦ green 87 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C75754

Tints of Fuzzy Wuzzy Brown #C75754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 53.78%
G = 23.51%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C75754 (or 0xC75754) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 57 and 54. RGB value is (199,87,84). Sum of RGB (Red+Green+Blue) = 199+87+84=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75754 is #38A8AB. Grayscale: #787878. Windows color (decimal): -3713196 or 5527495. OLE color: 5527495.

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

Color convert

RGB 199 87 84 -
CMYK 0 0.56 0.58 0.22
HSL 1.57º 0.51% 0.55% -
HSV(B) 1.57º 0.58% 0.78% -
XYZ 28.56 19.6 10.67 -
YUV 120.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 199 87 84 0 0.56 0.58 0.22 1.57 0.51 0.55
Hex C7 57 54 0 38 3A 16 2 33 37
Octal 307 127 124 0 70 72 26 2 63 67
Binary 11000111 1010111 1010100 0 111000 111010 10110 10 110011 110111

Color Harmonies of #C75754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75754

Black with #C75754

Text Example


Text Example

White with #C75754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75754; }

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

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

background-color css

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

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

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

border-color css

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

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

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