Html Css Color HEX #C35D41 Flame Pea

📋 copy color: '#C35D41'

red 195 ◦ green 93 ◦ blue 65

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

Shades of Flame Pea #C35D41

Tints of Flame Pea #C35D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 55.24%
G = 26.35%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35D41 (or 0xC35D41) is known color: Flame Pea. HEX triplet: C3, 5D and 41. RGB value is (195,93,65). Sum of RGB (Red+Green+Blue) = 195+93+65=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D41 is #3CA2BE. Grayscale: #787878. Windows color (decimal): -3973823 or 4283843. OLE color: 4283843.

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

Color convert

RGB 195 93 65 -
CMYK 0 0.52 0.67 0.24
HSL 12.92º 0.52% 0.51% -
HSV(B) 12.92º 0.67% 0.76% -
XYZ 27.37 19.81 7.38 -
YUV 120.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 195 93 65 0 0.52 0.67 0.24 12.92 0.52 0.51
Hex C3 5D 41 0 34 43 18 D 34 33
Octal 303 135 101 0 64 103 30 15 64 63
Binary 11000011 1011101 1000001 0 110100 1000011 11000 1101 110100 110011

Color Harmonies of #C35D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D41

Black with #C35D41

Text Example


Text Example

White with #C35D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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