Html Css Color HEX #C05D46 Flame Pea

📋 copy color: '#C05D46'

red 192 ◦ green 93 ◦ blue 70

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

Shades of Flame Pea #C05D46

Tints of Flame Pea #C05D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 54.08%
G = 26.2%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C05D46 (or 0xC05D46) is known color: Flame Pea. HEX triplet: C0, 5D and 46. RGB value is (192,93,70). Sum of RGB (Red+Green+Blue) = 192+93+70=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D46 is #3FA2B9. Grayscale: #787878. Windows color (decimal): -4170426 or 4611520. OLE color: 4611520.

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

Color convert

RGB 192 93 70 -
CMYK 0 0.52 0.64 0.25
HSL 11.31º 0.49% 0.51% -
HSV(B) 11.31º 0.64% 0.75% -
XYZ 26.76 19.48 8.14 -
YUV 119.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 192 93 70 0 0.52 0.64 0.25 11.31 0.49 0.51
Hex C0 5D 46 0 34 40 19 B 31 33
Octal 300 135 106 0 64 100 31 13 61 63
Binary 11000000 1011101 1000110 0 110100 1000000 11001 1011 110001 110011

Color Harmonies of #C05D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D46

Black with #C05D46

Text Example


Text Example

White with #C05D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D46; }

 p { color: rgb(192,93,70); }

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

background-color css

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

 a { background-color: rgb(192,93,70); }

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

border-color css

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

 span { border-color: rgb(192,93,70); }

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