Html Css Color HEX #CB5755 Fuzzy Wuzzy Brown

📋 copy color: '#CB5755'

red 203 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #CB5755

Tints of Fuzzy Wuzzy Brown #CB5755

RGB

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

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

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

R = 54.13%
G = 23.2%
B = 22.67%

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

#CB5755 (or 0xCB5755) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 57 and 55. RGB value is (203,87,85). Sum of RGB (Red+Green+Blue) = 203+87+85=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5755 is #34A8AA. Grayscale: #797979. Windows color (decimal): -3451051 or 5593035. OLE color: 5593035.

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

Color convert

RGB 203 87 85 -
CMYK 0 0.57 0.58 0.20
HSL 1.02º 0.53% 0.56% -
HSV(B) 1.02º 0.58% 0.8% -
XYZ 29.68 20.17 10.92 -
YUV 121.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 203 87 85 0 0.57 0.58 0.20 1.02 0.53 0.56
Hex CB 57 55 0 39 3A 14 1 35 38
Octal 313 127 125 0 71 72 24 1 65 70
Binary 11001011 1010111 1010101 0 111001 111010 10100 1 110101 111000

Color Harmonies of #CB5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5755

Black with #CB5755

Text Example


Text Example

White with #CB5755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5755; }

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

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

background-color css

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

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

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

border-color css

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

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

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