Html Css Color HEX #CB5854 Fuzzy Wuzzy Brown

📋 copy color: '#CB5854'

red 203 ◦ green 88 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #CB5854

Tints of Fuzzy Wuzzy Brown #CB5854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 54.13%
G = 23.47%
B = 22.4%

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

#CB5854 (or 0xCB5854) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 54. RGB value is (203,88,84). Sum of RGB (Red+Green+Blue) = 203+88+84=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5854 is #34A7AB. Grayscale: #7A7A7A. Windows color (decimal): -3450796 or 5527755. OLE color: 5527755.

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

Color convert

RGB 203 88 84 -
CMYK 0 0.57 0.59 0.20
HSL 2.02º 0.53% 0.56% -
HSV(B) 2.02º 0.59% 0.8% -
XYZ 29.72 20.32 10.74 -
YUV 121.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 203 88 84 0 0.57 0.59 0.20 2.02 0.53 0.56
Hex CB 58 54 0 39 3B 14 2 35 38
Octal 313 130 124 0 71 73 24 2 65 70
Binary 11001011 1011000 1010100 0 111001 111011 10100 10 110101 111000

Color Harmonies of #CB5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5854

Black with #CB5854

Text Example


Text Example

White with #CB5854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5854; }

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

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

background-color css

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

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

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

border-color css

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

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

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