Html Css Color HEX #CB5753 Fuzzy Wuzzy Brown

📋 copy color: '#CB5753'

red 203 ◦ green 87 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CB5753

Tints of Fuzzy Wuzzy Brown #CB5753

RGB

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

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

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

R = 54.42%
G = 23.32%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB5753 (or 0xCB5753) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 57 and 53. RGB value is (203,87,83). Sum of RGB (Red+Green+Blue) = 203+87+83=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5753 is #34A8AC. Grayscale: #797979. Windows color (decimal): -3451053 or 5461963. OLE color: 5461963.

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

Color convert

RGB 203 87 83 -
CMYK 0 0.57 0.59 0.20
HSL 0.54% 0.56% -
HSV(B) 0.59% 0.8% -
XYZ 29.6 20.14 10.51 -
YUV 121.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 203 87 83 0 0.57 0.59 0.20 2 0.54 0.56
Hex CB 57 53 0 39 3B 14 2 36 38
Octal 313 127 123 0 71 73 24 2 66 70
Binary 11001011 1010111 1010011 0 111001 111011 10100 10 110110 111000

Color Harmonies of #CB5753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5753

Black with #CB5753

Text Example


Text Example

White with #CB5753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5753; }

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

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

background-color css

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

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

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

border-color css

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

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

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