Html Css Color HEX #C05251 Fuzzy Wuzzy Brown

📋 copy color: '#C05251'

red 192 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C05251

Tints of Fuzzy Wuzzy Brown #C05251

RGB

 RED value IS 192 (75.39% from 255) = 54.08%

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

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

R = 54.08%
G = 23.1%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05251 (or 0xC05251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 52 and 51. RGB value is (192,82,81). Sum of RGB (Red+Green+Blue) = 192+82+81=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05251 is #3FADAE. Grayscale: #727272. Windows color (decimal): -4173231 or 5329600. OLE color: 5329600.

HSL color Cylindrical-coordinate representation of color #C05251: hue angle of 0.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05251 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 81 -
CMYK 0 0.57 0.58 0.25
HSL 0.54º 0.47% 0.54% -
HSV(B) 0.54º 0.58% 0.75% -
XYZ 26.24 17.84 9.84 -
YUV 114.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 192 82 81 0 0.57 0.58 0.25 0.54 0.47 0.54
Hex C0 52 51 0 39 3A 19 1 2F 36
Octal 300 122 121 0 71 72 31 1 57 66
Binary 11000000 1010010 1010001 0 111001 111010 11001 1 101111 110110

Color Harmonies of #C05251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05251

Black with #C05251

Text Example


Text Example

White with #C05251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05251; }

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

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

background-color css

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

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

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

border-color css

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

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

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