#C65450

Color #C65450 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C65450

Tints of Fuzzy Wuzzy Brown #C65450

Color information

#C65450 (or 0xC65450) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 54 and 50. RGB value is (198,84,80). Sum of RGB (Red+Green+Blue) = 198+84+80=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C65450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65450 is #39ABAF. Grayscale: #757575. Windows color (decimal): -3779504 or 5264582. OLE color: 5264582.

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

Color convert

RGB1988480-
CMYK00.580.600.22
HSL2.03º50.86%54.51%-
HSV(B)2.03º59.6%77.65%-
XYZ27.9118.939.77-
YUV117.63106.77185.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=54.70%
G=23.20%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198848000.580.600.222.0350.8654.51
HexC6545003A3C1623337
Octal306124120072742626367
Binary110001101010100101000001110101111001011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65450; }

 p { color: rgb(198,84,80); }

 H1.HeaderClassName
 {
   color: #C65450;
 }
 .AnyTagClassName
 {
   color: #C65450;
 }
</style>
background-color css

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

 a { background-color: rgb(198,84,80); }

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

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

 span { border-color: rgb(198,84,80); }

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