Html Css Color HEX #C65453 Fuzzy Wuzzy Brown

📋 copy color: '#C65453'

red 198 ◦ green 84 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C65453

Tints of Fuzzy Wuzzy Brown #C65453

RGB

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

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

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

R = 54.25%
G = 23.01%
B = 22.74%

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

#C65453 (or 0xC65453) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 54 and 53. RGB value is (198,84,83). Sum of RGB (Red+Green+Blue) = 198+84+83=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65453 is #39ABAC. Grayscale: #767676. Windows color (decimal): -3779501 or 5461190. OLE color: 5461190.

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

Color convert

RGB 198 84 83 -
CMYK 0 0.58 0.58 0.22
HSL 0.52º 0.5% 0.55% -
HSV(B) 0.52º 0.58% 0.78% -
XYZ 28.02 18.97 10.37 -
YUV 117.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 198 84 83 0 0.58 0.58 0.22 0.52 0.5 0.55
Hex C6 54 53 0 3A 3A 16 1 32 37
Octal 306 124 123 0 72 72 26 1 62 67
Binary 11000110 1010100 1010011 0 111010 111010 10110 1 110010 110111

Color Harmonies of #C65453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65453

Black with #C65453

Text Example


Text Example

White with #C65453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65453; }

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

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

background-color css

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

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

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

border-color css

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

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

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