Html Css Color HEX #C65150 Fuzzy Wuzzy Brown

📋 copy color: '#C65150'

red 198 ◦ green 81 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C65150

Tints of Fuzzy Wuzzy Brown #C65150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 55.15%
G = 22.56%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C65150 (or 0xC65150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 51 and 50. RGB value is (198,81,80). Sum of RGB (Red+Green+Blue) = 198+81+80=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C65150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65150 is #39AEAF. Grayscale: #737373. Windows color (decimal): -3780272 or 5263814. OLE color: 5263814.

HSL color Cylindrical-coordinate representation of color #C65150: hue angle of 0.51º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65150 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 81 80 -
CMYK 0 0.59 0.60 0.22
HSL 0.51º 0.51% 0.55% -
HSV(B) 0.51º 0.6% 0.78% -
XYZ 27.68 18.47 9.7 -
YUV 115.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 198 81 80 0 0.59 0.60 0.22 0.51 0.51 0.55
Hex C6 51 50 0 3B 3C 16 1 33 37
Octal 306 121 120 0 73 74 26 1 63 67
Binary 11000110 1010001 1010000 0 111011 111100 10110 1 110011 110111

Color Harmonies of #C65150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65150

Black with #C65150

Text Example


Text Example

White with #C65150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65150; }

 p { color: rgb(198,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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