Html Css Color HEX #C75650 Fuzzy Wuzzy Brown

📋 copy color: '#C75650'

red 199 ◦ green 86 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C75650

Tints of Fuzzy Wuzzy Brown #C75650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 54.52%
G = 23.56%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C75650 (or 0xC75650) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 56 and 50. RGB value is (199,86,80). Sum of RGB (Red+Green+Blue) = 199+86+80=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C75650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75650 is #38A9AF. Grayscale: #777777. Windows color (decimal): -3713456 or 5265095. OLE color: 5265095.

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

Color convert

RGB 199 86 80 -
CMYK 0 0.57 0.60 0.22
HSL 3.03º 0.52% 0.55% -
HSV(B) 3.03º 0.6% 0.78% -
XYZ 28.33 19.38 9.84 -
YUV 119.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 199 86 80 0 0.57 0.60 0.22 3.03 0.52 0.55
Hex C7 56 50 0 39 3C 16 3 34 37
Octal 307 126 120 0 71 74 26 3 64 67
Binary 11000111 1010110 1010000 0 111001 111100 10110 11 110100 110111

Color Harmonies of #C75650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75650

Black with #C75650

Text Example


Text Example

White with #C75650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75650; }

 p { color: rgb(199,86,80); }

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

background-color css

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

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

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

border-color css

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

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

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