Html Css Color HEX #C05E5D Fuzzy Wuzzy Brown

📋 copy color: '#C05E5D'

red 192 ◦ green 94 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #C05E5D

Tints of Fuzzy Wuzzy Brown #C05E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 50.66%
G = 24.8%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C05E5D (or 0xC05E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5E and 5D. RGB value is (192,94,93). Sum of RGB (Red+Green+Blue) = 192+94+93=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E5D is #3FA1A2. Grayscale: #7B7B7B. Windows color (decimal): -4170147 or 6119104. OLE color: 6119104.

HSL color Cylindrical-coordinate representation of color #C05E5D: hue angle of 0.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05E5D is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 93 -
CMYK 0 0.51 0.52 0.25
HSL 0.61º 0.44% 0.56% -
HSV(B) 0.61º 0.52% 0.75% -
XYZ 27.72 20 12.76 -
YUV 123.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 192 94 93 0 0.51 0.52 0.25 0.61 0.44 0.56
Hex C0 5E 5D 0 33 34 19 1 2C 38
Octal 300 136 135 0 63 64 31 1 54 70
Binary 11000000 1011110 1011101 0 110011 110100 11001 1 101100 111000

Color Harmonies of #C05E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E5D

Black with #C05E5D

Text Example


Text Example

White with #C05E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E5D; }

 p { color: rgb(192,94,93); }

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

background-color css

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

 a { background-color: rgb(192,94,93); }

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

border-color css

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

 span { border-color: rgb(192,94,93); }

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