Html Css Color HEX #C3634C Flame Pea

📋 copy color: '#C3634C'

red 195 ◦ green 99 ◦ blue 76

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

Shades of Flame Pea #C3634C

Tints of Flame Pea #C3634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 52.7%
G = 26.76%
B = 20.54%

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

#C3634C (or 0xC3634C) is known color: Flame Pea. HEX triplet: C3, 63 and 4C. RGB value is (195,99,76). Sum of RGB (Red+Green+Blue) = 195+99+76=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3634C is #3C9CB3. Grayscale: #7D7D7D. Windows color (decimal): -3972276 or 5006275. OLE color: 5006275.

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

Color convert

RGB 195 99 76 -
CMYK 0 0.49 0.61 0.24
HSL 11.6º 0.5% 0.53% -
HSV(B) 11.6º 0.61% 0.76% -
XYZ 28.27 21.05 9.41 -
YUV 125.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 195 99 76 0 0.49 0.61 0.24 11.6 0.5 0.53
Hex C3 63 4C 0 31 3D 18 C 32 35
Octal 303 143 114 0 61 75 30 14 62 65
Binary 11000011 1100011 1001100 0 110001 111101 11000 1100 110010 110101

Color Harmonies of #C3634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3634C

Black with #C3634C

Text Example


Text Example

White with #C3634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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