Html Css Color HEX #C75752 Fuzzy Wuzzy Brown

📋 copy color: '#C75752'

red 199 ◦ green 87 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C75752

Tints of Fuzzy Wuzzy Brown #C75752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

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

R = 54.08%
G = 23.64%
B = 22.28%

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

#C75752 (or 0xC75752) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 57 and 52. RGB value is (199,87,82). Sum of RGB (Red+Green+Blue) = 199+87+82=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C75752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75752 is #38A8AD. Grayscale: #787878. Windows color (decimal): -3713198 or 5396423. OLE color: 5396423.

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

Color convert

RGB 199 87 82 -
CMYK 0 0.56 0.59 0.22
HSL 2.56º 0.51% 0.55% -
HSV(B) 2.56º 0.59% 0.78% -
XYZ 28.48 19.57 10.26 -
YUV 119.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 199 87 82 0 0.56 0.59 0.22 2.56 0.51 0.55
Hex C7 57 52 0 38 3B 16 3 33 37
Octal 307 127 122 0 70 73 26 3 63 67
Binary 11000111 1010111 1010010 0 111000 111011 10110 11 110011 110111

Color Harmonies of #C75752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75752

Black with #C75752

Text Example


Text Example

White with #C75752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75752; }

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

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

background-color css

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

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

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

border-color css

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

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

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