#CB514F

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

Shades of Fuzzy Wuzzy Brown #CB514F

Tints of Fuzzy Wuzzy Brown #CB514F

Color information

#CB514F (or 0xCB514F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 51 and 4F. RGB value is (203,81,79). Sum of RGB (Red+Green+Blue) = 203+81+79=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB514F is #34AEB0. Grayscale: #757575. Windows color (decimal): -3452593 or 5198283. OLE color: 5198283.

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

Color convert

RGB2038179-
CMYK00.600.610.20
HSL0.97º54.39%55.29%-
HSV(B)0.97º61.08%79.61%-
XYZ28.9819.159.57-
YUV117.25106.42189.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=55.92%
G=22.31%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203817900.600.610.200.9754.3955.29
HexCB514F03C3D1413637
Octal313121117074752416667
Binary11001011101000110011110111100111101101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB514F; }

 p { color: rgb(203,81,79); }

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

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

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

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

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

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

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