#CB5855

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

Shades of Fuzzy Wuzzy Brown #CB5855

Tints of Fuzzy Wuzzy Brown #CB5855

Color information

#CB5855 (or 0xCB5855) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 55. RGB value is (203,88,85). Sum of RGB (Red+Green+Blue) = 203+88+85=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5855 is #34A7AA. Grayscale: #7A7A7A. Windows color (decimal): -3450795 or 5593291. OLE color: 5593291.

HSL color Cylindrical-coordinate representation of color #CB5855: hue angle of 1.53º 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 #CB5855 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2038885-
CMYK00.570.580.20
HSL1.53º53.15%56.47%-
HSV(B)1.53º58.13%79.61%-
XYZ29.7620.3310.95-
YUV122.04107.1185.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=53.99%
G=23.40%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203888500.570.580.201.5353.1556.47
HexCB58550393A1423538
Octal313130125071722426570
Binary110010111011000101010101110011110101010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5855; }

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

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

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

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

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

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

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

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