Html Css Color HEX #C85952 Fuzzy Wuzzy Brown

📋 copy color: '#C85952'

red 200 ◦ green 89 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C85952

Tints of Fuzzy Wuzzy Brown #C85952

RGB

 RED value IS 200 (78.52% from 255) = 53.91%

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 53.91%
G = 23.99%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C85952 (or 0xC85952) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 52. RGB value is (200,89,82). Sum of RGB (Red+Green+Blue) = 200+89+82=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85952 is #37A6AD. Grayscale: #797979. Windows color (decimal): -3647150 or 5396936. OLE color: 5396936.

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

Color convert

RGB 200 89 82 -
CMYK 0 0.56 0.59 0.22
HSL 3.56º 0.52% 0.55% -
HSV(B) 3.56º 0.59% 0.78% -
XYZ 28.91 20.03 10.33 -
YUV 121.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 200 89 82 0 0.56 0.59 0.22 3.56 0.52 0.55
Hex C8 59 52 0 38 3B 16 4 34 37
Octal 310 131 122 0 70 73 26 4 64 67
Binary 11001000 1011001 1010010 0 111000 111011 10110 100 110100 110111

Color Harmonies of #C85952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85952

Black with #C85952

Text Example


Text Example

White with #C85952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85952; }

 p { color: rgb(200,89,82); }

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

background-color css

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

 a { background-color: rgb(200,89,82); }

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

border-color css

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

 span { border-color: rgb(200,89,82); }

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