Html Css Color HEX #C65851 Fuzzy Wuzzy Brown

📋 copy color: '#C65851'

red 198 ◦ green 88 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C65851

Tints of Fuzzy Wuzzy Brown #C65851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

 BLUE value IS 81 (32.03% from 255) = 22.07%

R = 53.95%
G = 23.98%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C65851 (or 0xC65851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 58 and 51. RGB value is (198,88,81). Sum of RGB (Red+Green+Blue) = 198+88+81=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65851 is #39A7AE. Grayscale: #787878. Windows color (decimal): -3778479 or 5331142. OLE color: 5331142.

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

Color convert

RGB 198 88 81 -
CMYK 0 0.56 0.59 0.22
HSL 3.59º 0.51% 0.55% -
HSV(B) 3.59º 0.59% 0.78% -
XYZ 28.26 19.58 10.07 -
YUV 120.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 198 88 81 0 0.56 0.59 0.22 3.59 0.51 0.55
Hex C6 58 51 0 38 3B 16 4 33 37
Octal 306 130 121 0 70 73 26 4 63 67
Binary 11000110 1011000 1010001 0 111000 111011 10110 100 110011 110111

Color Harmonies of #C65851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65851

Black with #C65851

Text Example


Text Example

White with #C65851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65851; }

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

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

background-color css

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

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

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

border-color css

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

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

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