#CB5952

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

Shades of Fuzzy Wuzzy Brown #CB5952

Tints of Fuzzy Wuzzy Brown #CB5952

Color information

#CB5952 (or 0xCB5952) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 59 and 52. RGB value is (203,89,82). Sum of RGB (Red+Green+Blue) = 203+89+82=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5952 is #34A6AD. Grayscale: #7A7A7A. Windows color (decimal): -3450542 or 5396939. OLE color: 5396939.

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

Color convert

RGB2038982-
CMYK00.560.600.20
HSL3.47º53.78%55.88%-
HSV(B)3.47º59.61%79.61%-
XYZ29.7220.4510.36-
YUV122.29105.27185.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=54.28%
G=23.80%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203898200.560.600.203.4753.7855.88
HexCB59520383C1433638
Octal313131122070742436670
Binary110010111011001101001001110001111001010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5952; }

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

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

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

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

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

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

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

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