Html Css Color HEX #C95652 Fuzzy Wuzzy Brown

📋 copy color: '#C95652'

red 201 ◦ green 86 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C95652

Tints of Fuzzy Wuzzy Brown #C95652

RGB

 RED value IS 201 (78.91% from 255) = 54.47%

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

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

R = 54.47%
G = 23.31%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C95652 (or 0xC95652) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 52. RGB value is (201,86,82). Sum of RGB (Red+Green+Blue) = 201+86+82=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95652 is #36A9AD. Grayscale: #787878. Windows color (decimal): -3582382 or 5396169. OLE color: 5396169.

HSL color Cylindrical-coordinate representation of color #C95652: hue angle of 2.02º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95652 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 82 -
CMYK 0 0.57 0.59 0.21
HSL 2.02º 0.52% 0.55% -
HSV(B) 2.02º 0.59% 0.79% -
XYZ 28.94 19.68 10.26 -
YUV 119.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 201 86 82 0 0.57 0.59 0.21 2.02 0.52 0.55
Hex C9 56 52 0 39 3B 15 2 34 37
Octal 311 126 122 0 71 73 25 2 64 67
Binary 11001001 1010110 1010010 0 111001 111011 10101 10 110100 110111

Color Harmonies of #C95652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95652

Black with #C95652

Text Example


Text Example

White with #C95652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95652; }

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

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

background-color css

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

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

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

border-color css

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

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

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