Html Css Color HEX #C75953 Fuzzy Wuzzy Brown

📋 copy color: '#C75953'

red 199 ◦ green 89 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C75953

Tints of Fuzzy Wuzzy Brown #C75953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 53.64%
G = 23.99%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C75953 (or 0xC75953) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 59 and 53. RGB value is (199,89,83). Sum of RGB (Red+Green+Blue) = 199+89+83=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75953 is #38A6AC. Grayscale: #797979. Windows color (decimal): -3712685 or 5462471. OLE color: 5462471.

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

Color convert

RGB 199 89 83 -
CMYK 0 0.55 0.58 0.22
HSL 3.1º 0.51% 0.55% -
HSV(B) 3.1º 0.58% 0.78% -
XYZ 28.69 19.91 10.51 -
YUV 121.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 199 89 83 0 0.55 0.58 0.22 3.1 0.51 0.55
Hex C7 59 53 0 37 3A 16 3 33 37
Octal 307 131 123 0 67 72 26 3 63 67
Binary 11000111 1011001 1010011 0 110111 111010 10110 11 110011 110111

Color Harmonies of #C75953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75953

Black with #C75953

Text Example


Text Example

White with #C75953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75953; }

 p { color: rgb(199,89,83); }

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

background-color css

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

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

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

border-color css

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

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

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