Html Css Color HEX #CA5754 Fuzzy Wuzzy Brown

📋 copy color: '#CA5754'

red 202 ◦ green 87 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #CA5754

Tints of Fuzzy Wuzzy Brown #CA5754

RGB

 RED value IS 202 (79.3% from 255) = 54.16%

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

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

R = 54.16%
G = 23.32%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA5754 (or 0xCA5754) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 54. RGB value is (202,87,84). Sum of RGB (Red+Green+Blue) = 202+87+84=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5754 is #35A8AB. Grayscale: #797979. Windows color (decimal): -3516588 or 5527498. OLE color: 5527498.

HSL color Cylindrical-coordinate representation of color #CA5754: hue angle of 1.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5754 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 84 -
CMYK 0 0.57 0.58 0.21
HSL 1.53º 0.53% 0.56% -
HSV(B) 1.53º 0.58% 0.79% -
XYZ 29.37 20.01 10.7 -
YUV 121.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 202 87 84 0 0.57 0.58 0.21 1.53 0.53 0.56
Hex CA 57 54 0 39 3A 15 2 35 38
Octal 312 127 124 0 71 72 25 2 65 70
Binary 11001010 1010111 1010100 0 111001 111010 10101 10 110101 111000

Color Harmonies of #CA5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5754

Black with #CA5754

Text Example


Text Example

White with #CA5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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