Html Css Color HEX #C05748 Flame Pea

📋 copy color: '#C05748'

red 192 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #C05748

Tints of Flame Pea #C05748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 54.7%
G = 24.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05748 (or 0xC05748) is known color: Flame Pea. HEX triplet: C0, 57 and 48. RGB value is (192,87,72). Sum of RGB (Red+Green+Blue) = 192+87+72=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05748 is #3FA8B7. Grayscale: #747474. Windows color (decimal): -4171960 or 4741056. OLE color: 4741056.

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

Color convert

RGB 192 87 72 -
CMYK 0 0.55 0.63 0.25
HSL 7.5º 0.49% 0.52% -
HSV(B) 7.5º 0.63% 0.75% -
XYZ 26.32 18.49 8.31 -
YUV 116.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 192 87 72 0 0.55 0.63 0.25 7.5 0.49 0.52
Hex C0 57 48 0 37 3F 19 8 31 34
Octal 300 127 110 0 67 77 31 10 61 64
Binary 11000000 1010111 1001000 0 110111 111111 11001 1000 110001 110100

Color Harmonies of #C05748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05748

Black with #C05748

Text Example


Text Example

White with #C05748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05748; }

 p { color: rgb(192,87,72); }

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

background-color css

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

 a { background-color: rgb(192,87,72); }

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

border-color css

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

 span { border-color: rgb(192,87,72); }

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