Html Css Color HEX #C3644A Flame Pea

📋 copy color: '#C3644A'

red 195 ◦ green 100 ◦ blue 74

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

Shades of Flame Pea #C3644A

Tints of Flame Pea #C3644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 52.85%
G = 27.1%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3644A (or 0xC3644A) is known color: Flame Pea. HEX triplet: C3, 64 and 4A. RGB value is (195,100,74). Sum of RGB (Red+Green+Blue) = 195+100+74=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3644A is #3C9BB5. Grayscale: #7D7D7D. Windows color (decimal): -3972022 or 4875459. OLE color: 4875459.

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

Color convert

RGB 195 100 74 -
CMYK 0 0.49 0.62 0.24
HSL 12.89º 0.5% 0.53% -
HSV(B) 12.89º 0.62% 0.76% -
XYZ 28.3 21.21 9.08 -
YUV 125.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 195 100 74 0 0.49 0.62 0.24 12.89 0.5 0.53
Hex C3 64 4A 0 31 3E 18 D 32 35
Octal 303 144 112 0 61 76 30 15 62 65
Binary 11000011 1100100 1001010 0 110001 111110 11000 1101 110010 110101

Color Harmonies of #C3644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3644A

Black with #C3644A

Text Example


Text Example

White with #C3644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3644A; }

 p { color: rgb(195,100,74); }

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

background-color css

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

 a { background-color: rgb(195,100,74); }

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

border-color css

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

 span { border-color: rgb(195,100,74); }

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