Html Css Color HEX #C06749 Flame Pea

📋 copy color: '#C06749'

red 192 ◦ green 103 ◦ blue 73

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

Shades of Flame Pea #C06749

Tints of Flame Pea #C06749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 52.17%
G = 27.99%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C06749 (or 0xC06749) is known color: Flame Pea. HEX triplet: C0, 67 and 49. RGB value is (192,103,73). Sum of RGB (Red+Green+Blue) = 192+103+73=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C06749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06749 is #3F98B6. Grayscale: #7E7E7E. Windows color (decimal): -4167863 or 4810688. OLE color: 4810688.

HSL color Cylindrical-coordinate representation of color #C06749: hue angle of 15.13º 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 #C06749 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 73 -
CMYK 0 0.46 0.62 0.25
HSL 15.13º 0.49% 0.52% -
HSV(B) 15.13º 0.62% 0.75% -
XYZ 27.79 21.39 8.97 -
YUV 126.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 192 103 73 0 0.46 0.62 0.25 15.13 0.49 0.52
Hex C0 67 49 0 2E 3E 19 F 31 34
Octal 300 147 111 0 56 76 31 17 61 64
Binary 11000000 1100111 1001001 0 101110 111110 11001 1111 110001 110100

Color Harmonies of #C06749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06749

Black with #C06749

Text Example


Text Example

White with #C06749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06749; }

 p { color: rgb(192,103,73); }

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

background-color css

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

 a { background-color: rgb(192,103,73); }

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

border-color css

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

 span { border-color: rgb(192,103,73); }

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