Html Css Color HEX #C85A52 Fuzzy Wuzzy Brown

📋 copy color: '#C85A52'

red 200 ◦ green 90 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C85A52

Tints of Fuzzy Wuzzy Brown #C85A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 53.76%
G = 24.19%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C85A52 (or 0xC85A52) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 52. RGB value is (200,90,82). Sum of RGB (Red+Green+Blue) = 200+90+82=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A52 is #37A5AD. Grayscale: #7A7A7A. Windows color (decimal): -3646894 or 5397192. OLE color: 5397192.

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

Color convert

RGB 200 90 82 -
CMYK 0 0.55 0.59 0.22
HSL 4.07º 0.52% 0.55% -
HSV(B) 4.07º 0.59% 0.78% -
XYZ 29 20.2 10.35 -
YUV 121.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 200 90 82 0 0.55 0.59 0.22 4.07 0.52 0.55
Hex C8 5A 52 0 37 3B 16 4 34 37
Octal 310 132 122 0 67 73 26 4 64 67
Binary 11001000 1011010 1010010 0 110111 111011 10110 100 110100 110111

Color Harmonies of #C85A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A52

Black with #C85A52

Text Example


Text Example

White with #C85A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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