Html Css Color HEX #C35D4D Flame Pea

📋 copy color: '#C35D4D'

red 195 ◦ green 93 ◦ blue 77

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

Shades of Flame Pea #C35D4D

Tints of Flame Pea #C35D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 53.42%
G = 25.48%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C35D4D (or 0xC35D4D) is known color: Flame Pea. HEX triplet: C3, 5D and 4D. RGB value is (195,93,77). Sum of RGB (Red+Green+Blue) = 195+93+77=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D4D is #3CA2B2. Grayscale: #797979. Windows color (decimal): -3973811 or 5070275. OLE color: 5070275.

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

Color convert

RGB 195 93 77 -
CMYK 0 0.52 0.61 0.24
HSL 8.14º 0.5% 0.53% -
HSV(B) 8.14º 0.61% 0.76% -
XYZ 27.76 19.97 9.41 -
YUV 121.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 195 93 77 0 0.52 0.61 0.24 8.14 0.5 0.53
Hex C3 5D 4D 0 34 3D 18 8 32 35
Octal 303 135 115 0 64 75 30 10 62 65
Binary 11000011 1011101 1001101 0 110100 111101 11000 1000 110010 110101

Color Harmonies of #C35D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D4D

Black with #C35D4D

Text Example


Text Example

White with #C35D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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