Html Css Color HEX #C36143 Flame Pea

📋 copy color: '#C36143'

red 195 ◦ green 97 ◦ blue 67

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

Shades of Flame Pea #C36143

Tints of Flame Pea #C36143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 54.32%
G = 27.02%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36143 (or 0xC36143) is known color: Flame Pea. HEX triplet: C3, 61 and 43. RGB value is (195,97,67). Sum of RGB (Red+Green+Blue) = 195+97+67=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C36143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36143 is #3C9EBC. Grayscale: #7B7B7B. Windows color (decimal): -3972797 or 4415939. OLE color: 4415939.

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

Color convert

RGB 195 97 67 -
CMYK 0 0.50 0.66 0.24
HSL 14.06º 0.52% 0.51% -
HSV(B) 14.06º 0.66% 0.76% -
XYZ 27.79 20.56 7.81 -
YUV 122.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 195 97 67 0 0.50 0.66 0.24 14.06 0.52 0.51
Hex C3 61 43 0 32 42 18 E 34 33
Octal 303 141 103 0 62 102 30 16 64 63
Binary 11000011 1100001 1000011 0 110010 1000010 11000 1110 110100 110011

Color Harmonies of #C36143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36143

Black with #C36143

Text Example


Text Example

White with #C36143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36143; }

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

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

background-color css

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

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

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

border-color css

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

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

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