Html Css Color HEX #C36144 Flame Pea

📋 copy color: '#C36144'

red 195 ◦ green 97 ◦ blue 68

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

Shades of Flame Pea #C36144

Tints of Flame Pea #C36144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 54.17%
G = 26.94%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C36144 (or 0xC36144) is known color: Flame Pea. HEX triplet: C3, 61 and 44. RGB value is (195,97,68). Sum of RGB (Red+Green+Blue) = 195+97+68=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C36144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36144 is #3C9EBB. Grayscale: #7B7B7B. Windows color (decimal): -3972796 or 4481475. OLE color: 4481475.

HSL color Cylindrical-coordinate representation of color #C36144: hue angle of 13.7º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C36144 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 68 -
CMYK 0 0.50 0.65 0.24
HSL 13.7º 0.51% 0.52% -
HSV(B) 13.7º 0.65% 0.76% -
XYZ 27.82 20.57 7.97 -
YUV 123 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 195 97 68 0 0.50 0.65 0.24 13.7 0.51 0.52
Hex C3 61 44 0 32 41 18 E 33 34
Octal 303 141 104 0 62 101 30 16 63 64
Binary 11000011 1100001 1000100 0 110010 1000001 11000 1110 110011 110100

Color Harmonies of #C36144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36144

Black with #C36144

Text Example


Text Example

White with #C36144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36144; }

 p { color: rgb(195,97,68); }

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

background-color css

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

 a { background-color: rgb(195,97,68); }

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

border-color css

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

 span { border-color: rgb(195,97,68); }

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