Html Css Color HEX #C36145 Flame Pea

📋 copy color: '#C36145'

red 195 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #C36145

Tints of Flame Pea #C36145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 54.02%
G = 26.87%
B = 19.11%

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

#C36145 (or 0xC36145) is known color: Flame Pea. HEX triplet: C3, 61 and 45. RGB value is (195,97,69). Sum of RGB (Red+Green+Blue) = 195+97+69=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36145 is #3C9EBA. Grayscale: #7B7B7B. Windows color (decimal): -3972795 or 4547011. OLE color: 4547011.

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

Color convert

RGB 195 97 69 -
CMYK 0 0.50 0.65 0.24
HSL 13.33º 0.51% 0.52% -
HSV(B) 13.33º 0.65% 0.76% -
XYZ 27.85 20.58 8.13 -
YUV 123.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 195 97 69 0 0.50 0.65 0.24 13.33 0.51 0.52
Hex C3 61 45 0 32 41 18 D 33 34
Octal 303 141 105 0 62 101 30 15 63 64
Binary 11000011 1100001 1000101 0 110010 1000001 11000 1101 110011 110100

Color Harmonies of #C36145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36145

Black with #C36145

Text Example


Text Example

White with #C36145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36145; }

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

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

background-color css

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

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

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

border-color css

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

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

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