Html Css Color HEX #C35747 Flame Pea

📋 copy color: '#C35747'

red 195 ◦ green 87 ◦ blue 71

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

Shades of Flame Pea #C35747

Tints of Flame Pea #C35747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 55.24%
G = 24.65%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C35747 (or 0xC35747) is known color: Flame Pea. HEX triplet: C3, 57 and 47. RGB value is (195,87,71). Sum of RGB (Red+Green+Blue) = 195+87+71=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C35747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35747 is #3CA8B8. Grayscale: #757575. Windows color (decimal): -3975353 or 4675523. OLE color: 4675523.

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

Color convert

RGB 195 87 71 -
CMYK 0 0.55 0.64 0.24
HSL 7.74º 0.51% 0.52% -
HSV(B) 7.74º 0.64% 0.76% -
XYZ 27.05 18.87 8.18 -
YUV 117.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 195 87 71 0 0.55 0.64 0.24 7.74 0.51 0.52
Hex C3 57 47 0 37 40 18 8 33 34
Octal 303 127 107 0 67 100 30 10 63 64
Binary 11000011 1010111 1000111 0 110111 1000000 11000 1000 110011 110100

Color Harmonies of #C35747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35747

Black with #C35747

Text Example


Text Example

White with #C35747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35747; }

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

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

background-color css

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

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

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

border-color css

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

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

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