Html Css Color HEX #C65A57 Fuzzy Wuzzy Brown

📋 copy color: '#C65A57'

red 198 ◦ green 90 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C65A57

Tints of Fuzzy Wuzzy Brown #C65A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 52.8%
G = 24%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C65A57 (or 0xC65A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 57. RGB value is (198,90,87). Sum of RGB (Red+Green+Blue) = 198+90+87=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A57 is #39A5A8. Grayscale: #7A7A7A. Windows color (decimal): -3777961 or 5724870. OLE color: 5724870.

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

Color convert

RGB 198 90 87 -
CMYK 0 0.55 0.56 0.22
HSL 1.62º 0.49% 0.56% -
HSV(B) 1.62º 0.56% 0.78% -
XYZ 28.67 20.01 11.37 -
YUV 121.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 198 90 87 0 0.55 0.56 0.22 1.62 0.49 0.56
Hex C6 5A 57 0 37 38 16 2 31 38
Octal 306 132 127 0 67 70 26 2 61 70
Binary 11000110 1011010 1010111 0 110111 111000 10110 10 110001 111000

Color Harmonies of #C65A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A57

Black with #C65A57

Text Example


Text Example

White with #C65A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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