Html Css Color HEX #CB5953 Fuzzy Wuzzy Brown

📋 copy color: '#CB5953'

red 203 ◦ green 89 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CB5953

Tints of Fuzzy Wuzzy Brown #CB5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 54.13%
G = 23.73%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB5953 (or 0xCB5953) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 59 and 53. RGB value is (203,89,83). Sum of RGB (Red+Green+Blue) = 203+89+83=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5953 is #34A6AC. Grayscale: #7A7A7A. Windows color (decimal): -3450541 or 5462475. OLE color: 5462475.

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

Color convert

RGB 203 89 83 -
CMYK 0 0.56 0.59 0.20
HSL 0.54% 0.56% -
HSV(B) 0.59% 0.8% -
XYZ 29.76 20.47 10.57 -
YUV 122.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 203 89 83 0 0.56 0.59 0.20 3 0.54 0.56
Hex CB 59 53 0 38 3B 14 3 36 38
Octal 313 131 123 0 70 73 24 3 66 70
Binary 11001011 1011001 1010011 0 111000 111011 10100 11 110110 111000

Color Harmonies of #CB5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5953

Black with #CB5953

Text Example


Text Example

White with #CB5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5953; }

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

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

background-color css

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

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

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

border-color css

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

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

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