Html Css Color HEX #C35D4E Flame Pea

📋 copy color: '#C35D4E'

red 195 ◦ green 93 ◦ blue 78

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

Shades of Flame Pea #C35D4E

Tints of Flame Pea #C35D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 53.28%
G = 25.41%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C35D4E (or 0xC35D4E) is known color: Flame Pea. HEX triplet: C3, 5D and 4E. RGB value is (195,93,78). Sum of RGB (Red+Green+Blue) = 195+93+78=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D4E is #3CA2B1. Grayscale: #797979. Windows color (decimal): -3973810 or 5135811. OLE color: 5135811.

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

Color convert

RGB 195 93 78 -
CMYK 0 0.52 0.6 0.24
HSL 7.69º 0.49% 0.54% -
HSV(B) 7.69º 0.6% 0.76% -
XYZ 27.8 19.98 9.6 -
YUV 121.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 195 93 78 0 0.52 0.6 0.24 7.69 0.49 0.54
Hex C3 5D 4E 0 34 3C 18 8 31 36
Octal 303 135 116 0 64 74 30 10 61 66
Binary 11000011 1011101 1001110 0 110100 111100 11000 1000 110001 110110

Color Harmonies of #C35D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D4E

Black with #C35D4E

Text Example


Text Example

White with #C35D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D4E; }

 p { color: rgb(195,93,78); }

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

background-color css

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

 a { background-color: rgb(195,93,78); }

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

border-color css

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

 span { border-color: rgb(195,93,78); }

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