Html Css Color HEX #C65A58 Fuzzy Wuzzy Brown

📋 copy color: '#C65A58'

red 198 ◦ green 90 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C65A58

Tints of Fuzzy Wuzzy Brown #C65A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 52.66%
G = 23.94%
B = 23.4%

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

#C65A58 (or 0xC65A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 58. RGB value is (198,90,88). Sum of RGB (Red+Green+Blue) = 198+90+88=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A58 is #39A5A7. Grayscale: #7A7A7A. Windows color (decimal): -3777960 or 5790406. OLE color: 5790406.

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

Color convert

RGB 198 90 88 -
CMYK 0 0.55 0.56 0.22
HSL 1.09º 0.49% 0.56% -
HSV(B) 1.09º 0.56% 0.78% -
XYZ 28.71 20.02 11.58 -
YUV 122.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 198 90 88 0 0.55 0.56 0.22 1.09 0.49 0.56
Hex C6 5A 58 0 37 38 16 1 31 38
Octal 306 132 130 0 67 70 26 1 61 70
Binary 11000110 1011010 1011000 0 110111 111000 10110 1 110001 111000

Color Harmonies of #C65A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A58

Black with #C65A58

Text Example


Text Example

White with #C65A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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