Html Css Color HEX #C35C42 Flame Pea

📋 copy color: '#C35C42'

red 195 ◦ green 92 ◦ blue 66

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

Shades of Flame Pea #C35C42

Tints of Flame Pea #C35C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 55.24%
G = 26.06%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C35C42 (or 0xC35C42) is known color: Flame Pea. HEX triplet: C3, 5C and 42. RGB value is (195,92,66). Sum of RGB (Red+Green+Blue) = 195+92+66=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C42 is #3CA3BD. Grayscale: #787878. Windows color (decimal): -3974078 or 4349123. OLE color: 4349123.

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

Color convert

RGB 195 92 66 -
CMYK 0 0.53 0.66 0.24
HSL 12.09º 0.52% 0.51% -
HSV(B) 12.09º 0.66% 0.76% -
XYZ 27.32 19.65 7.51 -
YUV 119.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 195 92 66 0 0.53 0.66 0.24 12.09 0.52 0.51
Hex C3 5C 42 0 35 42 18 C 34 33
Octal 303 134 102 0 65 102 30 14 64 63
Binary 11000011 1011100 1000010 0 110101 1000010 11000 1100 110100 110011

Color Harmonies of #C35C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C42

Black with #C35C42

Text Example


Text Example

White with #C35C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C42; }

 p { color: rgb(195,92,66); }

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

background-color css

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

 a { background-color: rgb(195,92,66); }

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

border-color css

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

 span { border-color: rgb(195,92,66); }

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