Html Css Color HEX #C36046 Flame Pea

📋 copy color: '#C36046'

red 195 ◦ green 96 ◦ blue 70

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

Shades of Flame Pea #C36046

Tints of Flame Pea #C36046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 54.02%
G = 26.59%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C36046 (or 0xC36046) is known color: Flame Pea. HEX triplet: C3, 60 and 46. RGB value is (195,96,70). Sum of RGB (Red+Green+Blue) = 195+96+70=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36046 is #3C9FB9. Grayscale: #7A7A7A. Windows color (decimal): -3973050 or 4612291. OLE color: 4612291.

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

Color convert

RGB 195 96 70 -
CMYK 0 0.51 0.64 0.24
HSL 12.48º 0.51% 0.52% -
HSV(B) 12.48º 0.64% 0.76% -
XYZ 27.79 20.41 8.27 -
YUV 122.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 195 96 70 0 0.51 0.64 0.24 12.48 0.51 0.52
Hex C3 60 46 0 33 40 18 C 33 34
Octal 303 140 106 0 63 100 30 14 63 64
Binary 11000011 1100000 1000110 0 110011 1000000 11000 1100 110011 110100

Color Harmonies of #C36046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36046

Black with #C36046

Text Example


Text Example

White with #C36046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36046; }

 p { color: rgb(195,96,70); }

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

background-color css

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

 a { background-color: rgb(195,96,70); }

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

border-color css

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

 span { border-color: rgb(195,96,70); }

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