Html Css Color HEX #C25352 Fuzzy Wuzzy Brown

📋 copy color: '#C25352'

red 194 ◦ green 83 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C25352

Tints of Fuzzy Wuzzy Brown #C25352

RGB

 RED value IS 194 (76.17% from 255) = 54.04%

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 54.04%
G = 23.12%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25352 (or 0xC25352) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 53 and 52. RGB value is (194,83,82). Sum of RGB (Red+Green+Blue) = 194+83+82=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C25352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25352 is #3DACAD. Grayscale: #747474. Windows color (decimal): -4041902 or 5395394. OLE color: 5395394.

HSL color Cylindrical-coordinate representation of color #C25352: hue angle of 0.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25352 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 82 -
CMYK 0 0.57 0.58 0.24
HSL 0.54º 0.48% 0.54% -
HSV(B) 0.54º 0.58% 0.76% -
XYZ 26.86 18.27 10.09 -
YUV 116.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 194 83 82 0 0.57 0.58 0.24 0.54 0.48 0.54
Hex C2 53 52 0 39 3A 18 1 30 36
Octal 302 123 122 0 71 72 30 1 60 66
Binary 11000010 1010011 1010010 0 111001 111010 11000 1 110000 110110

Color Harmonies of #C25352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25352

Black with #C25352

Text Example


Text Example

White with #C25352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25352; }

 p { color: rgb(194,83,82); }

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

background-color css

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

 a { background-color: rgb(194,83,82); }

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

border-color css

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

 span { border-color: rgb(194,83,82); }

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