Html Css Color HEX #C05855 Fuzzy Wuzzy Brown

📋 copy color: '#C05855'

red 192 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C05855

Tints of Fuzzy Wuzzy Brown #C05855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 52.6%
G = 24.11%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05855 (or 0xC05855) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 55. RGB value is (192,88,85). Sum of RGB (Red+Green+Blue) = 192+88+85=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05855 is #3FA7AA. Grayscale: #767676. Windows color (decimal): -4171691 or 5593280. OLE color: 5593280.

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

Color convert

RGB 192 88 85 -
CMYK 0 0.54 0.56 0.25
HSL 1.68º 0.46% 0.54% -
HSV(B) 1.68º 0.56% 0.75% -
XYZ 26.87 18.84 10.82 -
YUV 118.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 192 88 85 0 0.54 0.56 0.25 1.68 0.46 0.54
Hex C0 58 55 0 36 38 19 2 2E 36
Octal 300 130 125 0 66 70 31 2 56 66
Binary 11000000 1011000 1010101 0 110110 111000 11001 10 101110 110110

Color Harmonies of #C05855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05855

Black with #C05855

Text Example


Text Example

White with #C05855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05855; }

 p { color: rgb(192,88,85); }

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

background-color css

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

 a { background-color: rgb(192,88,85); }

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

border-color css

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

 span { border-color: rgb(192,88,85); }

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