#CB5955

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

Shades of Fuzzy Wuzzy Brown #CB5955

Tints of Fuzzy Wuzzy Brown #CB5955

Color information

#CB5955 (or 0xCB5955) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 59 and 55. RGB value is (203,89,85). Sum of RGB (Red+Green+Blue) = 203+89+85=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5955 is #34A6AA. Grayscale: #7A7A7A. Windows color (decimal): -3450539 or 5593547. OLE color: 5593547.

HSL color Cylindrical-coordinate representation of color #CB5955: hue angle of 2.03º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5955 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2038985-
CMYK00.560.580.20
HSL2.03º53.15%56.47%-
HSV(B)2.03º58.13%79.61%-
XYZ29.8420.510.98-
YUV122.63106.77185.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=53.85%
G=23.61%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203898500.560.580.202.0353.1556.47
HexCB59550383A1423538
Octal313131125070722426570
Binary110010111011001101010101110001110101010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5955; }

 p { color: rgb(203,89,85); }

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

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

 a { background-color: rgb(203,89,85); }

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

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

 span { border-color: rgb(203,89,85); }

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