Html Css Color HEX #C05A40 Flame Pea

📋 copy color: '#C05A40'

red 192 ◦ green 90 ◦ blue 64

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

Shades of Flame Pea #C05A40

Tints of Flame Pea #C05A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 55.49%
G = 26.01%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C05A40 (or 0xC05A40) is known color: Flame Pea. HEX triplet: C0, 5A and 40. RGB value is (192,90,64). Sum of RGB (Red+Green+Blue) = 192+90+64=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A40 is #3FA5BF. Grayscale: #757575. Windows color (decimal): -4171200 or 4217536. OLE color: 4217536.

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

Color convert

RGB 192 90 64 -
CMYK 0 0.53 0.67 0.25
HSL 12.19º 0.5% 0.5% -
HSV(B) 12.19º 0.67% 0.75% -
XYZ 26.32 18.89 7.11 -
YUV 117.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 192 90 64 0 0.53 0.67 0.25 12.19 0.5 0.5
Hex C0 5A 40 0 35 43 19 C 32 32
Octal 300 132 100 0 65 103 31 14 62 62
Binary 11000000 1011010 1000000 0 110101 1000011 11001 1100 110010 110010

Color Harmonies of #C05A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A40

Black with #C05A40

Text Example


Text Example

White with #C05A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A40; }

 p { color: rgb(192,90,64); }

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

background-color css

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

 a { background-color: rgb(192,90,64); }

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

border-color css

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

 span { border-color: rgb(192,90,64); }

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