Html Css Color HEX #C35740 Flame Pea

📋 copy color: '#C35740'

red 195 ◦ green 87 ◦ blue 64

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

Shades of Flame Pea #C35740

Tints of Flame Pea #C35740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 56.36%
G = 25.14%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35740 (or 0xC35740) is known color: Flame Pea. HEX triplet: C3, 57 and 40. RGB value is (195,87,64). Sum of RGB (Red+Green+Blue) = 195+87+64=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35740 is #3CA8BF. Grayscale: #747474. Windows color (decimal): -3975360 or 4216771. OLE color: 4216771.

HSL color Cylindrical-coordinate representation of color #C35740: hue angle of 10.53º 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 #C35740 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 64 -
CMYK 0 0.55 0.67 0.24
HSL 10.53º 0.52% 0.51% -
HSV(B) 10.53º 0.67% 0.76% -
XYZ 26.84 18.79 7.06 -
YUV 116.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 195 87 64 0 0.55 0.67 0.24 10.53 0.52 0.51
Hex C3 57 40 0 37 43 18 B 34 33
Octal 303 127 100 0 67 103 30 13 64 63
Binary 11000011 1010111 1000000 0 110111 1000011 11000 1011 110100 110011

Color Harmonies of #C35740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35740

Black with #C35740

Text Example


Text Example

White with #C35740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35740; }

 p { color: rgb(195,87,64); }

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

background-color css

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

 a { background-color: rgb(195,87,64); }

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

border-color css

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

 span { border-color: rgb(195,87,64); }

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