Html Css Color HEX #C65A51 Fuzzy Wuzzy Brown

📋 copy color: '#C65A51'

red 198 ◦ green 90 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C65A51

Tints of Fuzzy Wuzzy Brown #C65A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 53.66%
G = 24.39%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C65A51 (or 0xC65A51) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 51. RGB value is (198,90,81). Sum of RGB (Red+Green+Blue) = 198+90+81=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A51 is #39A5AE. Grayscale: #797979. Windows color (decimal): -3777967 or 5331654. OLE color: 5331654.

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

Color convert

RGB 198 90 81 -
CMYK 0 0.55 0.59 0.22
HSL 4.62º 0.51% 0.55% -
HSV(B) 4.62º 0.59% 0.78% -
XYZ 28.43 19.91 10.13 -
YUV 121.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 198 90 81 0 0.55 0.59 0.22 4.62 0.51 0.55
Hex C6 5A 51 0 37 3B 16 5 33 37
Octal 306 132 121 0 67 73 26 5 63 67
Binary 11000110 1011010 1010001 0 110111 111011 10110 101 110011 110111

Color Harmonies of #C65A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A51

Black with #C65A51

Text Example


Text Example

White with #C65A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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