Html Css Color HEX #CB5851 Fuzzy Wuzzy Brown

📋 copy color: '#CB5851'

red 203 ◦ green 88 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #CB5851

Tints of Fuzzy Wuzzy Brown #CB5851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.77%

R = 54.57%
G = 23.66%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB5851 (or 0xCB5851) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 51. RGB value is (203,88,81). Sum of RGB (Red+Green+Blue) = 203+88+81=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5851 is #34A7AE. Grayscale: #797979. Windows color (decimal): -3450799 or 5331147. OLE color: 5331147.

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

Color convert

RGB 203 88 81 -
CMYK 0 0.57 0.60 0.20
HSL 3.44º 0.54% 0.56% -
HSV(B) 3.44º 0.6% 0.8% -
XYZ 29.6 20.27 10.14 -
YUV 121.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 203 88 81 0 0.57 0.60 0.20 3.44 0.54 0.56
Hex CB 58 51 0 39 3C 14 3 36 38
Octal 313 130 121 0 71 74 24 3 66 70
Binary 11001011 1011000 1010001 0 111001 111100 10100 11 110110 111000

Color Harmonies of #CB5851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5851

Black with #CB5851

Text Example


Text Example

White with #CB5851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5851; }

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

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

background-color css

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

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

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

border-color css

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

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

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