Html Css Color HEX #C35F49 Flame Pea

📋 copy color: '#C35F49'

red 195 ◦ green 95 ◦ blue 73

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

Shades of Flame Pea #C35F49

Tints of Flame Pea #C35F49

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 53.72%
G = 26.17%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C35F49 (or 0xC35F49) is known color: Flame Pea. HEX triplet: C3, 5F and 49. RGB value is (195,95,73). Sum of RGB (Red+Green+Blue) = 195+95+73=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F49 is #3CA0B6. Grayscale: #7A7A7A. Windows color (decimal): -3973303 or 4808643. OLE color: 4808643.

HSL color Cylindrical-coordinate representation of color #C35F49: hue angle of 10.82º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35F49 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 73 -
CMYK 0 0.51 0.63 0.24
HSL 10.82º 0.5% 0.53% -
HSV(B) 10.82º 0.63% 0.76% -
XYZ 27.8 20.27 8.75 -
YUV 122.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 195 95 73 0 0.51 0.63 0.24 10.82 0.5 0.53
Hex C3 5F 49 0 33 3F 18 B 32 35
Octal 303 137 111 0 63 77 30 13 62 65
Binary 11000011 1011111 1001001 0 110011 111111 11000 1011 110010 110101

Color Harmonies of #C35F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F49

Black with #C35F49

Text Example


Text Example

White with #C35F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F49; }

 p { color: rgb(195,95,73); }

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

background-color css

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

 a { background-color: rgb(195,95,73); }

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

border-color css

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

 span { border-color: rgb(195,95,73); }

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