Html Css Color HEX #C65653 Fuzzy Wuzzy Brown

📋 copy color: '#C65653'

red 198 ◦ green 86 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C65653

Tints of Fuzzy Wuzzy Brown #C65653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.43%

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

R = 53.95%
G = 23.43%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C65653 (or 0xC65653) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 56 and 53. RGB value is (198,86,83). Sum of RGB (Red+Green+Blue) = 198+86+83=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65653 is #39A9AC. Grayscale: #777777. Windows color (decimal): -3778989 or 5461702. OLE color: 5461702.

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

Color convert

RGB 198 86 83 -
CMYK 0 0.57 0.58 0.22
HSL 1.57º 0.5% 0.55% -
HSV(B) 1.57º 0.58% 0.78% -
XYZ 28.18 19.29 10.42 -
YUV 119.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 198 86 83 0 0.57 0.58 0.22 1.57 0.5 0.55
Hex C6 56 53 0 39 3A 16 2 32 37
Octal 306 126 123 0 71 72 26 2 62 67
Binary 11000110 1010110 1010011 0 111001 111010 10110 10 110010 110111

Color Harmonies of #C65653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65653

Black with #C65653

Text Example


Text Example

White with #C65653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65653; }

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

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

background-color css

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

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

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

border-color css

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

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

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