Html Css Color HEX #C65454 Fuzzy Wuzzy Brown

📋 copy color: '#C65454'

red 198 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C65454

Tints of Fuzzy Wuzzy Brown #C65454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

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

R = 54.1%
G = 22.95%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C65454 (or 0xC65454) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 54 and 54. RGB value is (198,84,84). Sum of RGB (Red+Green+Blue) = 198+84+84=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65454 is #39ABAB. Grayscale: #767676. Windows color (decimal): -3779500 or 5526726. OLE color: 5526726.

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

Color convert

RGB 198 84 84 -
CMYK 0 0.58 0.58 0.22
HSL 0.5% 0.55% -
HSV(B) 0.58% 0.78% -
XYZ 28.06 18.99 10.57 -
YUV 118.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 198 84 84 0 0.58 0.58 0.22 0 0.5 0.55
Hex C6 54 54 0 3A 3A 16 0 32 37
Octal 306 124 124 0 72 72 26 0 62 67
Binary 11000110 1010100 1010100 0 111010 111010 10110 0 110010 110111

Color Harmonies of #C65454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65454

Black with #C65454

Text Example


Text Example

White with #C65454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65454; }

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

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

background-color css

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

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

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

border-color css

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

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

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