Html Css Color HEX #C65652 Fuzzy Wuzzy Brown

📋 copy color: '#C65652'

red 198 ◦ green 86 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C65652

Tints of Fuzzy Wuzzy Brown #C65652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 54.1%
G = 23.5%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C65652 (or 0xC65652) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 56 and 52. RGB value is (198,86,82). Sum of RGB (Red+Green+Blue) = 198+86+82=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65652 is #39A9AD. Grayscale: #777777. Windows color (decimal): -3778990 or 5396166. OLE color: 5396166.

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

Color convert

RGB 198 86 82 -
CMYK 0 0.57 0.59 0.22
HSL 2.07º 0.5% 0.55% -
HSV(B) 2.07º 0.59% 0.78% -
XYZ 28.14 19.27 10.22 -
YUV 119.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 198 86 82 0 0.57 0.59 0.22 2.07 0.5 0.55
Hex C6 56 52 0 39 3B 16 2 32 37
Octal 306 126 122 0 71 73 26 2 62 67
Binary 11000110 1010110 1010010 0 111001 111011 10110 10 110010 110111

Color Harmonies of #C65652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65652

Black with #C65652

Text Example


Text Example

White with #C65652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65652; }

 p { color: rgb(198,86,82); }

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

background-color css

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

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

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

border-color css

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

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

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