Html Css Color HEX #C36242 Flame Pea

📋 copy color: '#C36242'

red 195 ◦ green 98 ◦ blue 66

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

Shades of Flame Pea #C36242

Tints of Flame Pea #C36242

RGB

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

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

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

R = 54.32%
G = 27.3%
B = 18.38%

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

#C36242 (or 0xC36242) is known color: Flame Pea. HEX triplet: C3, 62 and 42. RGB value is (195,98,66). Sum of RGB (Red+Green+Blue) = 195+98+66=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C36242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36242 is #3C9DBD. Grayscale: #7B7B7B. Windows color (decimal): -3972542 or 4350659. OLE color: 4350659.

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

Color convert

RGB 195 98 66 -
CMYK 0 0.50 0.66 0.24
HSL 14.88º 0.52% 0.51% -
HSV(B) 14.88º 0.66% 0.76% -
XYZ 27.86 20.73 7.69 -
YUV 123.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 195 98 66 0 0.50 0.66 0.24 14.88 0.52 0.51
Hex C3 62 42 0 32 42 18 F 34 33
Octal 303 142 102 0 62 102 30 17 64 63
Binary 11000011 1100010 1000010 0 110010 1000010 11000 1111 110100 110011

Color Harmonies of #C36242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36242

Black with #C36242

Text Example


Text Example

White with #C36242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36242; }

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

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

background-color css

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

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

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

border-color css

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

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

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