Html Css Color HEX #CB5350 Fuzzy Wuzzy Brown

📋 copy color: '#CB5350'

red 203 ◦ green 83 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #CB5350

Tints of Fuzzy Wuzzy Brown #CB5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 55.46%
G = 22.68%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB5350 (or 0xCB5350) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 53 and 50. RGB value is (203,83,80). Sum of RGB (Red+Green+Blue) = 203+83+80=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5350 is #34ACAF. Grayscale: #767676. Windows color (decimal): -3452080 or 5264331. OLE color: 5264331.

HSL color Cylindrical-coordinate representation of color #CB5350: hue angle of 1.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5350 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 80 -
CMYK 0 0.59 0.61 0.20
HSL 1.46º 0.54% 0.55% -
HSV(B) 1.46º 0.61% 0.8% -
XYZ 29.17 19.46 9.81 -
YUV 118.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 203 83 80 0 0.59 0.61 0.20 1.46 0.54 0.55
Hex CB 53 50 0 3B 3D 14 1 36 37
Octal 313 123 120 0 73 75 24 1 66 67
Binary 11001011 1010011 1010000 0 111011 111101 10100 1 110110 110111

Color Harmonies of #CB5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5350

Black with #CB5350

Text Example


Text Example

White with #CB5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5350; }

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

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

background-color css

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

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

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

border-color css

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

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

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