Html Css Color HEX #C65A54 Fuzzy Wuzzy Brown

📋 copy color: '#C65A54'

red 198 ◦ green 90 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C65A54

Tints of Fuzzy Wuzzy Brown #C65A54

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 53.23%
G = 24.19%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C65A54 (or 0xC65A54) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 54. RGB value is (198,90,84). Sum of RGB (Red+Green+Blue) = 198+90+84=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A54 is #39A5AB. Grayscale: #797979. Windows color (decimal): -3777964 or 5528262. OLE color: 5528262.

HSL color Cylindrical-coordinate representation of color #C65A54: hue angle of 3.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65A54 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 84 -
CMYK 0 0.55 0.58 0.22
HSL 3.16º 0.5% 0.55% -
HSV(B) 3.16º 0.58% 0.78% -
XYZ 28.55 19.96 10.74 -
YUV 121.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 198 90 84 0 0.55 0.58 0.22 3.16 0.5 0.55
Hex C6 5A 54 0 37 3A 16 3 32 37
Octal 306 132 124 0 67 72 26 3 62 67
Binary 11000110 1011010 1010100 0 110111 111010 10110 11 110010 110111

Color Harmonies of #C65A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A54

Black with #C65A54

Text Example


Text Example

White with #C65A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A54; }

 p { color: rgb(198,90,84); }

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

background-color css

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

 a { background-color: rgb(198,90,84); }

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

border-color css

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

 span { border-color: rgb(198,90,84); }

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