Html Css Color HEX #C65250 Fuzzy Wuzzy Brown

📋 copy color: '#C65250'

red 198 ◦ green 82 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C65250

Tints of Fuzzy Wuzzy Brown #C65250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

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

R = 55%
G = 22.78%
B = 22.22%

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

#C65250 (or 0xC65250) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 52 and 50. RGB value is (198,82,80). Sum of RGB (Red+Green+Blue) = 198+82+80=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C65250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65250 is #39ADAF. Grayscale: #747474. Windows color (decimal): -3780016 or 5264070. OLE color: 5264070.

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

Color convert

RGB 198 82 80 -
CMYK 0 0.59 0.60 0.22
HSL 1.02º 0.51% 0.55% -
HSV(B) 1.02º 0.6% 0.78% -
XYZ 27.75 18.62 9.72 -
YUV 116.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 198 82 80 0 0.59 0.60 0.22 1.02 0.51 0.55
Hex C6 52 50 0 3B 3C 16 1 33 37
Octal 306 122 120 0 73 74 26 1 63 67
Binary 11000110 1010010 1010000 0 111011 111100 10110 1 110011 110111

Color Harmonies of #C65250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65250

Black with #C65250

Text Example


Text Example

White with #C65250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65250; }

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

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

background-color css

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

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

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

border-color css

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

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

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