Html Css Color HEX #C95653 Fuzzy Wuzzy Brown

📋 copy color: '#C95653'

red 201 ◦ green 86 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C95653

Tints of Fuzzy Wuzzy Brown #C95653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 54.32%
G = 23.24%
B = 22.43%

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

#C95653 (or 0xC95653) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 53. RGB value is (201,86,83). Sum of RGB (Red+Green+Blue) = 201+86+83=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95653 is #36A9AC. Grayscale: #787878. Windows color (decimal): -3582381 or 5461705. OLE color: 5461705.

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

Color convert

RGB 201 86 83 -
CMYK 0 0.57 0.59 0.21
HSL 1.53º 0.52% 0.56% -
HSV(B) 1.53º 0.59% 0.79% -
XYZ 28.98 19.7 10.46 -
YUV 120.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 201 86 83 0 0.57 0.59 0.21 1.53 0.52 0.56
Hex C9 56 53 0 39 3B 15 2 34 38
Octal 311 126 123 0 71 73 25 2 64 70
Binary 11001001 1010110 1010011 0 111001 111011 10101 10 110100 111000

Color Harmonies of #C95653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95653

Black with #C95653

Text Example


Text Example

White with #C95653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95653; }

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

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

background-color css

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

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

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

border-color css

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

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

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