Html Css Color HEX #C65151 Fuzzy Wuzzy Brown

📋 copy color: '#C65151'

red 198 ◦ green 81 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C65151

Tints of Fuzzy Wuzzy Brown #C65151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 55%
G = 22.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C65151 (or 0xC65151) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 51 and 51. RGB value is (198,81,81). Sum of RGB (Red+Green+Blue) = 198+81+81=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C65151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65151 is #39AEAE. Grayscale: #747474. Windows color (decimal): -3780271 or 5329350. OLE color: 5329350.

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

Color convert

RGB 198 81 81 -
CMYK 0 0.59 0.59 0.22
HSL 0.51% 0.55% -
HSV(B) 0.59% 0.78% -
XYZ 27.72 18.48 9.89 -
YUV 115.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 198 81 81 0 0.59 0.59 0.22 0 0.51 0.55
Hex C6 51 51 0 3B 3B 16 0 33 37
Octal 306 121 121 0 73 73 26 0 63 67
Binary 11000110 1010001 1010001 0 111011 111011 10110 0 110011 110111

Color Harmonies of #C65151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65151

Black with #C65151

Text Example


Text Example

White with #C65151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65151; }

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

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

background-color css

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

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

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

border-color css

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

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

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