Html Css Color HEX #CB5855 Fuzzy Wuzzy Brown

📋 copy color: '#CB5855'

red 203 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #CB5855

Tints of Fuzzy Wuzzy Brown #CB5855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 53.99%
G = 23.4%
B = 22.61%

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

#CB5855 (or 0xCB5855) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 55. RGB value is (203,88,85). Sum of RGB (Red+Green+Blue) = 203+88+85=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5855 is #34A7AA. Grayscale: #7A7A7A. Windows color (decimal): -3450795 or 5593291. OLE color: 5593291.

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

Color convert

RGB 203 88 85 -
CMYK 0 0.57 0.58 0.20
HSL 1.53º 0.53% 0.56% -
HSV(B) 1.53º 0.58% 0.8% -
XYZ 29.76 20.33 10.95 -
YUV 122.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 203 88 85 0 0.57 0.58 0.20 1.53 0.53 0.56
Hex CB 58 55 0 39 3A 14 2 35 38
Octal 313 130 125 0 71 72 24 2 65 70
Binary 11001011 1011000 1010101 0 111001 111010 10100 10 110101 111000

Color Harmonies of #CB5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5855

Black with #CB5855

Text Example


Text Example

White with #CB5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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