Html Css Color HEX #C05656 Fuzzy Wuzzy Brown

📋 copy color: '#C05656'

red 192 ◦ green 86 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C05656

Tints of Fuzzy Wuzzy Brown #C05656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.63%

R = 52.75%
G = 23.63%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05656 (or 0xC05656) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 56 and 56. RGB value is (192,86,86). Sum of RGB (Red+Green+Blue) = 192+86+86=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05656 is #3FA9A9. Grayscale: #757575. Windows color (decimal): -4172202 or 5658304. OLE color: 5658304.

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

Color convert

RGB 192 86 86 -
CMYK 0 0.55 0.55 0.25
HSL 0.46% 0.55% -
HSV(B) 0.55% 0.75% -
XYZ 26.75 18.53 10.97 -
YUV 117.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 192 86 86 0 0.55 0.55 0.25 0 0.46 0.55
Hex C0 56 56 0 37 37 19 0 2E 37
Octal 300 126 126 0 67 67 31 0 56 67
Binary 11000000 1010110 1010110 0 110111 110111 11001 0 101110 110111

Color Harmonies of #C05656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05656

Black with #C05656

Text Example


Text Example

White with #C05656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05656; }

 p { color: rgb(192,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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