Html Css Color HEX #CB5853 Fuzzy Wuzzy Brown

📋 copy color: '#CB5853'

red 203 ◦ green 88 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CB5853

Tints of Fuzzy Wuzzy Brown #CB5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 54.28%
G = 23.53%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB5853 (or 0xCB5853) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 53. RGB value is (203,88,83). Sum of RGB (Red+Green+Blue) = 203+88+83=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5853 is #34A7AC. Grayscale: #797979. Windows color (decimal): -3450797 or 5462219. OLE color: 5462219.

HSL color Cylindrical-coordinate representation of color #CB5853: hue angle of 2.5º degrees, saturation: 0.54, 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 #CB5853 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 88 83 -
CMYK 0 0.57 0.59 0.20
HSL 2.5º 0.54% 0.56% -
HSV(B) 2.5º 0.59% 0.8% -
XYZ 29.68 20.3 10.54 -
YUV 121.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 203 88 83 0 0.57 0.59 0.20 2.5 0.54 0.56
Hex CB 58 53 0 39 3B 14 2 36 38
Octal 313 130 123 0 71 73 24 2 66 70
Binary 11001011 1011000 1010011 0 111001 111011 10100 10 110110 111000

Color Harmonies of #CB5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5853

Black with #CB5853

Text Example


Text Example

White with #CB5853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5853; }

 p { color: rgb(203,88,83); }

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

background-color css

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

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

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

border-color css

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

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

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