Html Css Color HEX #C06747 Flame Pea

📋 copy color: '#C06747'

red 192 ◦ green 103 ◦ blue 71

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

Shades of Flame Pea #C06747

Tints of Flame Pea #C06747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 52.46%
G = 28.14%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06747 (or 0xC06747) is known color: Flame Pea. HEX triplet: C0, 67 and 47. RGB value is (192,103,71). Sum of RGB (Red+Green+Blue) = 192+103+71=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C06747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06747 is #3F98B8. Grayscale: #7E7E7E. Windows color (decimal): -4167865 or 4679616. OLE color: 4679616.

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

Color convert

RGB 192 103 71 -
CMYK 0 0.46 0.63 0.25
HSL 15.87º 0.49% 0.52% -
HSV(B) 15.87º 0.63% 0.75% -
XYZ 27.73 21.36 8.62 -
YUV 125.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 192 103 71 0 0.46 0.63 0.25 15.87 0.49 0.52
Hex C0 67 47 0 2E 3F 19 10 31 34
Octal 300 147 107 0 56 77 31 20 61 64
Binary 11000000 1100111 1000111 0 101110 111111 11001 10000 110001 110100

Color Harmonies of #C06747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06747

Black with #C06747

Text Example


Text Example

White with #C06747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06747; }

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

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

background-color css

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

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

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

border-color css

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

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

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