Html Css Color HEX #C75952 Fuzzy Wuzzy Brown

📋 copy color: '#C75952'

red 199 ◦ green 89 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C75952

Tints of Fuzzy Wuzzy Brown #C75952

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

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

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

R = 53.78%
G = 24.05%
B = 22.16%

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

#C75952 (or 0xC75952) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 59 and 52. RGB value is (199,89,82). Sum of RGB (Red+Green+Blue) = 199+89+82=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75952 is #38A6AD. Grayscale: #797979. Windows color (decimal): -3712686 or 5396935. OLE color: 5396935.

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

Color convert

RGB 199 89 82 -
CMYK 0 0.55 0.59 0.22
HSL 3.59º 0.51% 0.55% -
HSV(B) 3.59º 0.59% 0.78% -
XYZ 28.65 19.9 10.31 -
YUV 121.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 199 89 82 0 0.55 0.59 0.22 3.59 0.51 0.55
Hex C7 59 52 0 37 3B 16 4 33 37
Octal 307 131 122 0 67 73 26 4 63 67
Binary 11000111 1011001 1010010 0 110111 111011 10110 100 110011 110111

Color Harmonies of #C75952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75952

Black with #C75952

Text Example


Text Example

White with #C75952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75952; }

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

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

background-color css

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

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

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

border-color css

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

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

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