Html Css Color HEX #C06547 Flame Pea

📋 copy color: '#C06547'

red 192 ◦ green 101 ◦ blue 71

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

Shades of Flame Pea #C06547

Tints of Flame Pea #C06547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

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

R = 52.75%
G = 27.75%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06547 (or 0xC06547) is known color: Flame Pea. HEX triplet: C0, 65 and 47. RGB value is (192,101,71). Sum of RGB (Red+Green+Blue) = 192+101+71=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06547 is #3F9AB8. Grayscale: #7D7D7D. Windows color (decimal): -4168377 or 4679104. OLE color: 4679104.

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

Color convert

RGB 192 101 71 -
CMYK 0 0.47 0.63 0.25
HSL 14.88º 0.49% 0.52% -
HSV(B) 14.88º 0.63% 0.75% -
XYZ 27.53 20.97 8.56 -
YUV 124.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 192 101 71 0 0.47 0.63 0.25 14.88 0.49 0.52
Hex C0 65 47 0 2F 3F 19 F 31 34
Octal 300 145 107 0 57 77 31 17 61 64
Binary 11000000 1100101 1000111 0 101111 111111 11001 1111 110001 110100

Color Harmonies of #C06547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06547

Black with #C06547

Text Example


Text Example

White with #C06547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06547; }

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

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

background-color css

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

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

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

border-color css

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

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

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