Html Css Color HEX #C36244 Flame Pea

📋 copy color: '#C36244'

red 195 ◦ green 98 ◦ blue 68

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

Shades of Flame Pea #C36244

Tints of Flame Pea #C36244

RGB

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

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

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

R = 54.02%
G = 27.15%
B = 18.84%

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

#C36244 (or 0xC36244) is known color: Flame Pea. HEX triplet: C3, 62 and 44. RGB value is (195,98,68). Sum of RGB (Red+Green+Blue) = 195+98+68=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36244 is #3C9DBB. Grayscale: #7B7B7B. Windows color (decimal): -3972540 or 4481731. OLE color: 4481731.

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

Color convert

RGB 195 98 68 -
CMYK 0 0.50 0.65 0.24
HSL 14.17º 0.51% 0.52% -
HSV(B) 14.17º 0.65% 0.76% -
XYZ 27.92 20.75 8 -
YUV 123.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 195 98 68 0 0.50 0.65 0.24 14.17 0.51 0.52
Hex C3 62 44 0 32 41 18 E 33 34
Octal 303 142 104 0 62 101 30 16 63 64
Binary 11000011 1100010 1000100 0 110010 1000001 11000 1110 110011 110100

Color Harmonies of #C36244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36244

Black with #C36244

Text Example


Text Example

White with #C36244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36244; }

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

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

background-color css

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

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

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

border-color css

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

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

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