Html Css Color HEX #C3624D Flame Pea

📋 copy color: '#C3624D'

red 195 ◦ green 98 ◦ blue 77

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

Shades of Flame Pea #C3624D

Tints of Flame Pea #C3624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 52.7%
G = 26.49%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3624D (or 0xC3624D) is known color: Flame Pea. HEX triplet: C3, 62 and 4D. RGB value is (195,98,77). Sum of RGB (Red+Green+Blue) = 195+98+77=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3624D is #3C9DB2. Grayscale: #7C7C7C. Windows color (decimal): -3972531 or 5071555. OLE color: 5071555.

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

Color convert

RGB 195 98 77 -
CMYK 0 0.50 0.61 0.24
HSL 10.68º 0.5% 0.53% -
HSV(B) 10.68º 0.61% 0.76% -
XYZ 28.21 20.87 9.56 -
YUV 124.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 195 98 77 0 0.50 0.61 0.24 10.68 0.5 0.53
Hex C3 62 4D 0 32 3D 18 B 32 35
Octal 303 142 115 0 62 75 30 13 62 65
Binary 11000011 1100010 1001101 0 110010 111101 11000 1011 110010 110101

Color Harmonies of #C3624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3624D

Black with #C3624D

Text Example


Text Example

White with #C3624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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