Html Css Color HEX #C36142 Flame Pea

📋 copy color: '#C36142'

red 195 ◦ green 97 ◦ blue 66

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

Shades of Flame Pea #C36142

Tints of Flame Pea #C36142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 54.47%
G = 27.09%
B = 18.44%

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

#C36142 (or 0xC36142) is known color: Flame Pea. HEX triplet: C3, 61 and 42. RGB value is (195,97,66). Sum of RGB (Red+Green+Blue) = 195+97+66=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C36142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36142 is #3C9EBD. Grayscale: #7A7A7A. Windows color (decimal): -3972798 or 4350403. OLE color: 4350403.

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

Color convert

RGB 195 97 66 -
CMYK 0 0.50 0.66 0.24
HSL 14.42º 0.52% 0.51% -
HSV(B) 14.42º 0.66% 0.76% -
XYZ 27.76 20.54 7.66 -
YUV 122.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 195 97 66 0 0.50 0.66 0.24 14.42 0.52 0.51
Hex C3 61 42 0 32 42 18 E 34 33
Octal 303 141 102 0 62 102 30 16 64 63
Binary 11000011 1100001 1000010 0 110010 1000010 11000 1110 110100 110011

Color Harmonies of #C36142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36142

Black with #C36142

Text Example


Text Example

White with #C36142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36142; }

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

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

background-color css

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

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

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

border-color css

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

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

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