Html Css Color HEX #C75251 Fuzzy Wuzzy Brown

📋 copy color: '#C75251'

red 199 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C75251

Tints of Fuzzy Wuzzy Brown #C75251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 81 (32.03% from 255) = 22.38%

R = 54.97%
G = 22.65%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C75251 (or 0xC75251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 52 and 51. RGB value is (199,82,81). Sum of RGB (Red+Green+Blue) = 199+82+81=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C75251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75251 is #38ADAE. Grayscale: #747474. Windows color (decimal): -3714479 or 5329607. OLE color: 5329607.

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

Color convert

RGB 199 82 81 -
CMYK 0 0.59 0.59 0.22
HSL 0.51º 0.51% 0.55% -
HSV(B) 0.51º 0.59% 0.78% -
XYZ 28.06 18.77 9.93 -
YUV 116.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 199 82 81 0 0.59 0.59 0.22 0.51 0.51 0.55
Hex C7 52 51 0 3B 3B 16 1 33 37
Octal 307 122 121 0 73 73 26 1 63 67
Binary 11000111 1010010 1010001 0 111011 111011 10110 1 110011 110111

Color Harmonies of #C75251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75251

Black with #C75251

Text Example


Text Example

White with #C75251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75251; }

 p { color: rgb(199,82,81); }

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

background-color css

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

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

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

border-color css

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

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

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