Html Css Color HEX #C65555 Fuzzy Wuzzy Brown

📋 copy color: '#C65555'

red 198 ◦ green 85 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C65555

Tints of Fuzzy Wuzzy Brown #C65555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 53.8%
G = 23.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C65555 (or 0xC65555) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 55 and 55. RGB value is (198,85,85). Sum of RGB (Red+Green+Blue) = 198+85+85=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65555 is #39AAAA. Grayscale: #767676. Windows color (decimal): -3779243 or 5592518. OLE color: 5592518.

HSL color Cylindrical-coordinate representation of color #C65555: 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.57%. Process color model (Four color, CMYK) of #C65555 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 85 -
CMYK 0 0.57 0.57 0.22
HSL 0.5% 0.55% -
HSV(B) 0.57% 0.78% -
XYZ 28.18 19.16 10.81 -
YUV 118.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 198 85 85 0 0.57 0.57 0.22 0 0.5 0.55
Hex C6 55 55 0 39 39 16 0 32 37
Octal 306 125 125 0 71 71 26 0 62 67
Binary 11000110 1010101 1010101 0 111001 111001 10110 0 110010 110111

Color Harmonies of #C65555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65555

Black with #C65555

Text Example


Text Example

White with #C65555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65555; }

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

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

background-color css

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

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

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

border-color css

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

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

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