Html Css Color HEX #CB5653 Fuzzy Wuzzy Brown

📋 copy color: '#CB5653'

red 203 ◦ green 86 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CB5653

Tints of Fuzzy Wuzzy Brown #CB5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 54.57%
G = 23.12%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB5653 (or 0xCB5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 56 and 53. RGB value is (203,86,83). Sum of RGB (Red+Green+Blue) = 203+86+83=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5653 is #34A9AC. Grayscale: #787878. Windows color (decimal): -3451309 or 5461707. OLE color: 5461707.

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

Color convert

RGB 203 86 83 -
CMYK 0 0.58 0.59 0.20
HSL 1.5º 0.54% 0.56% -
HSV(B) 1.5º 0.59% 0.8% -
XYZ 29.52 19.98 10.48 -
YUV 120.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 203 86 83 0 0.58 0.59 0.20 1.5 0.54 0.56
Hex CB 56 53 0 3A 3B 14 2 36 38
Octal 313 126 123 0 72 73 24 2 66 70
Binary 11001011 1010110 1010011 0 111010 111011 10100 10 110110 111000

Color Harmonies of #CB5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5653

Black with #CB5653

Text Example


Text Example

White with #CB5653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5653; }

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

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

background-color css

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

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

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

border-color css

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

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

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