Html Css Color HEX #C65C57 Fuzzy Wuzzy Brown

📋 copy color: '#C65C57'

red 198 ◦ green 92 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C65C57

Tints of Fuzzy Wuzzy Brown #C65C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

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

R = 52.52%
G = 24.4%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C65C57 (or 0xC65C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5C and 57. RGB value is (198,92,87). Sum of RGB (Red+Green+Blue) = 198+92+87=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C57 is #39A3A8. Grayscale: #7B7B7B. Windows color (decimal): -3777449 or 5725382. OLE color: 5725382.

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

Color convert

RGB 198 92 87 -
CMYK 0 0.54 0.56 0.22
HSL 2.7º 0.49% 0.56% -
HSV(B) 2.7º 0.56% 0.78% -
XYZ 28.84 20.35 11.42 -
YUV 123.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 198 92 87 0 0.54 0.56 0.22 2.7 0.49 0.56
Hex C6 5C 57 0 36 38 16 3 31 38
Octal 306 134 127 0 66 70 26 3 61 70
Binary 11000110 1011100 1010111 0 110110 111000 10110 11 110001 111000

Color Harmonies of #C65C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C57

Black with #C65C57

Text Example


Text Example

White with #C65C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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