Html Css Color HEX #C3644C Flame Pea

📋 copy color: '#C3644C'

red 195 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #C3644C

Tints of Flame Pea #C3644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 52.56%
G = 26.95%
B = 20.49%

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

#C3644C (or 0xC3644C) is known color: Flame Pea. HEX triplet: C3, 64 and 4C. RGB value is (195,100,76). Sum of RGB (Red+Green+Blue) = 195+100+76=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3644C is #3C9BB3. Grayscale: #7D7D7D. Windows color (decimal): -3972020 or 5006531. OLE color: 5006531.

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

Color convert

RGB 195 100 76 -
CMYK 0 0.49 0.61 0.24
HSL 12.1º 0.5% 0.53% -
HSV(B) 12.1º 0.61% 0.76% -
XYZ 28.37 21.24 9.44 -
YUV 125.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 195 100 76 0 0.49 0.61 0.24 12.1 0.5 0.53
Hex C3 64 4C 0 31 3D 18 C 32 35
Octal 303 144 114 0 61 75 30 14 62 65
Binary 11000011 1100100 1001100 0 110001 111101 11000 1100 110010 110101

Color Harmonies of #C3644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3644C

Black with #C3644C

Text Example


Text Example

White with #C3644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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