Html Css Color HEX #C65755 Fuzzy Wuzzy Brown

📋 copy color: '#C65755'

red 198 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C65755

Tints of Fuzzy Wuzzy Brown #C65755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 53.51%
G = 23.51%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C65755 (or 0xC65755) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 57 and 55. RGB value is (198,87,85). Sum of RGB (Red+Green+Blue) = 198+87+85=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C65755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65755 is #39A8AA. Grayscale: #787878. Windows color (decimal): -3778731 or 5593030. OLE color: 5593030.

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

Color convert

RGB 198 87 85 -
CMYK 0 0.56 0.57 0.22
HSL 1.06º 0.5% 0.55% -
HSV(B) 1.06º 0.57% 0.78% -
XYZ 28.34 19.48 10.86 -
YUV 119.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 198 87 85 0 0.56 0.57 0.22 1.06 0.5 0.55
Hex C6 57 55 0 38 39 16 1 32 37
Octal 306 127 125 0 70 71 26 1 62 67
Binary 11000110 1010111 1010101 0 111000 111001 10110 1 110010 110111

Color Harmonies of #C65755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65755

Black with #C65755

Text Example


Text Example

White with #C65755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65755; }

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

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

background-color css

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

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

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

border-color css

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

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

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