Html Css Color HEX #CB5754 Fuzzy Wuzzy Brown

📋 copy color: '#CB5754'

red 203 ◦ green 87 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #CB5754

Tints of Fuzzy Wuzzy Brown #CB5754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 54.28%
G = 23.26%
B = 22.46%

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

#CB5754 (or 0xCB5754) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 57 and 54. RGB value is (203,87,84). Sum of RGB (Red+Green+Blue) = 203+87+84=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5754 is #34A8AB. Grayscale: #797979. Windows color (decimal): -3451052 or 5527499. OLE color: 5527499.

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

Color convert

RGB 203 87 84 -
CMYK 0 0.57 0.59 0.20
HSL 1.51º 0.53% 0.56% -
HSV(B) 1.51º 0.59% 0.8% -
XYZ 29.64 20.15 10.72 -
YUV 121.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 203 87 84 0 0.57 0.59 0.20 1.51 0.53 0.56
Hex CB 57 54 0 39 3B 14 2 35 38
Octal 313 127 124 0 71 73 24 2 65 70
Binary 11001011 1010111 1010100 0 111001 111011 10100 10 110101 111000

Color Harmonies of #CB5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5754

Black with #CB5754

Text Example


Text Example

White with #CB5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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