Html Css Color HEX #C3644D Flame Pea

📋 copy color: '#C3644D'

red 195 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #C3644D

Tints of Flame Pea #C3644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 52.42%
G = 26.88%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3644D (or 0xC3644D) is known color: Flame Pea. HEX triplet: C3, 64 and 4D. RGB value is (195,100,77). Sum of RGB (Red+Green+Blue) = 195+100+77=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3644D is #3C9BB2. Grayscale: #7D7D7D. Windows color (decimal): -3972019 or 5072067. OLE color: 5072067.

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

Color convert

RGB 195 100 77 -
CMYK 0 0.49 0.61 0.24
HSL 11.69º 0.5% 0.53% -
HSV(B) 11.69º 0.61% 0.76% -
XYZ 28.4 21.25 9.63 -
YUV 125.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 195 100 77 0 0.49 0.61 0.24 11.69 0.5 0.53
Hex C3 64 4D 0 31 3D 18 C 32 35
Octal 303 144 115 0 61 75 30 14 62 65
Binary 11000011 1100100 1001101 0 110001 111101 11000 1100 110010 110101

Color Harmonies of #C3644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3644D

Black with #C3644D

Text Example


Text Example

White with #C3644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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