Html Css Color HEX #CB5756 Fuzzy Wuzzy Brown

📋 copy color: '#CB5756'

red 203 ◦ green 87 ◦ blue 86

#CB5756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #CB5756

Tints of Fuzzy Wuzzy Brown #CB5756

RGB

 RED value IS 203 (79.69% from 255) = 53.99%

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 53.99%
G = 23.14%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB5756 (or 0xCB5756) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 57 and 56. RGB value is (203,87,86). Sum of RGB (Red+Green+Blue) = 203+87+86=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5756 is #34A8A9. Grayscale: #797979. Windows color (decimal): -3451050 or 5658571. OLE color: 5658571.

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

Color convert

RGB 203 87 86 -
CMYK 0 0.57 0.58 0.20
HSL 0.51º 0.53% 0.57% -
HSV(B) 0.51º 0.58% 0.8% -
XYZ 29.72 20.18 11.13 -
YUV 121.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 203 87 86 0 0.57 0.58 0.20 0.51 0.53 0.57
Hex CB 57 56 0 39 3A 14 1 35 39
Octal 313 127 126 0 71 72 24 1 65 71
Binary 11001011 1010111 1010110 0 111001 111010 10100 1 110101 111001

Color Harmonies of #CB5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5756

Black with #CB5756

Text Example


Text Example

White with #CB5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5756; }

 p { color: rgb(203,87,86); }

 H1.HeaderClassName
 {
   color: #CB5756;
 }
 .AnyTagClassName
 {
   color: #CB5756;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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