Html Css Color HEX #C05C3E Flame Pea

📋 copy color: '#C05C3E'

red 192 ◦ green 92 ◦ blue 62

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

Shades of Flame Pea #C05C3E

Tints of Flame Pea #C05C3E

RGB

 RED value IS 192 (75.39% from 255) = 55.49%

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 55.49%
G = 26.59%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C05C3E (or 0xC05C3E) is known color: Flame Pea. HEX triplet: C0, 5C and 3E. RGB value is (192,92,62). Sum of RGB (Red+Green+Blue) = 192+92+62=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C3E is #3FA3C1. Grayscale: #767676. Windows color (decimal): -4170690 or 4086976. OLE color: 4086976.

HSL color Cylindrical-coordinate representation of color #C05C3E: hue angle of 13.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C05C3E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 92 62 -
CMYK 0 0.52 0.68 0.25
HSL 13.85º 0.51% 0.5% -
HSV(B) 13.85º 0.68% 0.75% -
XYZ 26.43 19.21 6.87 -
YUV 118.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 192 92 62 0 0.52 0.68 0.25 13.85 0.51 0.5
Hex C0 5C 3E 0 34 44 19 E 33 32
Octal 300 134 76 0 64 104 31 16 63 62
Binary 11000000 1011100 111110 0 110100 1000100 11001 1110 110011 110010

Color Harmonies of #C05C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C3E

Black with #C05C3E

Text Example


Text Example

White with #C05C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C3E; }

 p { color: rgb(192,92,62); }

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

background-color css

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

 a { background-color: rgb(192,92,62); }

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

border-color css

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

 span { border-color: rgb(192,92,62); }

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