#CB5454

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

Shades of Fuzzy Wuzzy Brown #CB5454

Tints of Fuzzy Wuzzy Brown #CB5454

Color information

#CB5454 (or 0xCB5454) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 54 and 54. RGB value is (203,84,84). Sum of RGB (Red+Green+Blue) = 203+84+84=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5454 is #34ABAB. Grayscale: #777777. Windows color (decimal): -3451820 or 5526731. OLE color: 5526731.

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

Color convert

RGB2038484-
CMYK00.590.590.20
HSL53.36%56.27%-
HSV(B)58.62%79.61%-
XYZ29.419.6810.64-
YUV119.58107.92187.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=54.72%
G=22.64%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203848400.590.590.20053.3656.27
HexCB545403B3B1403538
Octal313124124073732406570
Binary11001011101010010101000111011111011101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5454; }

 p { color: rgb(203,84,84); }

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

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

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

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

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

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

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