Html Css Color HEX #C85852 Fuzzy Wuzzy Brown

📋 copy color: '#C85852'

red 200 ◦ green 88 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C85852

Tints of Fuzzy Wuzzy Brown #C85852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 54.05%
G = 23.78%
B = 22.16%

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

#C85852 (or 0xC85852) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 58 and 52. RGB value is (200,88,82). Sum of RGB (Red+Green+Blue) = 200+88+82=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85852 is #37A7AD. Grayscale: #787878. Windows color (decimal): -3647406 or 5396680. OLE color: 5396680.

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

Color convert

RGB 200 88 82 -
CMYK 0 0.56 0.59 0.22
HSL 3.05º 0.52% 0.55% -
HSV(B) 3.05º 0.59% 0.78% -
XYZ 28.83 19.87 10.3 -
YUV 120.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 200 88 82 0 0.56 0.59 0.22 3.05 0.52 0.55
Hex C8 58 52 0 38 3B 16 3 34 37
Octal 310 130 122 0 70 73 26 3 64 67
Binary 11001000 1011000 1010010 0 111000 111011 10110 11 110100 110111

Color Harmonies of #C85852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85852

Black with #C85852

Text Example


Text Example

White with #C85852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85852; }

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

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

background-color css

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

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

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

border-color css

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

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

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