#CB4E4E

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

Shades of Fuzzy Wuzzy Brown #CB4E4E

Tints of Fuzzy Wuzzy Brown #CB4E4E

Color information

#CB4E4E (or 0xCB4E4E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 4E and 4E. RGB value is (203,78,78). Sum of RGB (Red+Green+Blue) = 203+78+78=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E4E is #34B1B1. Grayscale: #737373. Windows color (decimal): -3453362 or 5131979. OLE color: 5131979.

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

Color convert

RGB2037878-
CMYK00.620.620.20
HSL54.59%55.1%-
HSV(B)61.58%79.61%-
XYZ28.7318.79.3-
YUV115.37106.91190.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=56.55%
G=21.73%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203787800.620.620.20054.5955.1
HexCB4E4E03E3E1403737
Octal313116116076762406767
Binary11001011100111010011100111110111110101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E4E; }

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

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

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

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

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

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

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

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