Html Css Color HEX #C05752 Fuzzy Wuzzy Brown

📋 copy color: '#C05752'

red 192 ◦ green 87 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C05752

Tints of Fuzzy Wuzzy Brown #C05752

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

 GREEN value IS 87 (34.38% from 255) = 24.1%

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

R = 53.19%
G = 24.1%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C05752 (or 0xC05752) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 52. RGB value is (192,87,82). Sum of RGB (Red+Green+Blue) = 192+87+82=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05752 is #3FA8AD. Grayscale: #757575. Windows color (decimal): -4171950 or 5396416. OLE color: 5396416.

HSL color Cylindrical-coordinate representation of color #C05752: hue angle of 2.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05752 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 82 -
CMYK 0 0.55 0.57 0.25
HSL 2.73º 0.47% 0.54% -
HSV(B) 2.73º 0.57% 0.75% -
XYZ 26.67 18.63 10.17 -
YUV 117.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 192 87 82 0 0.55 0.57 0.25 2.73 0.47 0.54
Hex C0 57 52 0 37 39 19 3 2F 36
Octal 300 127 122 0 67 71 31 3 57 66
Binary 11000000 1010111 1010010 0 110111 111001 11001 11 101111 110110

Color Harmonies of #C05752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05752

Black with #C05752

Text Example


Text Example

White with #C05752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05752; }

 p { color: rgb(192,87,82); }

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

background-color css

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

 a { background-color: rgb(192,87,82); }

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

border-color css

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

 span { border-color: rgb(192,87,82); }

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