Html Css Color HEX #C06643 Flame Pea

📋 copy color: '#C06643'

red 192 ◦ green 102 ◦ blue 67

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

Shades of Flame Pea #C06643

Tints of Flame Pea #C06643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 53.19%
G = 28.25%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C06643 (or 0xC06643) is known color: Flame Pea. HEX triplet: C0, 66 and 43. RGB value is (192,102,67). Sum of RGB (Red+Green+Blue) = 192+102+67=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06643 is #3F99BC. Grayscale: #7D7D7D. Windows color (decimal): -4168125 or 4417216. OLE color: 4417216.

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

Color convert

RGB 192 102 67 -
CMYK 0 0.47 0.65 0.25
HSL 16.8º 0.5% 0.51% -
HSV(B) 16.8º 0.65% 0.75% -
XYZ 27.5 21.11 7.94 -
YUV 124.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 192 102 67 0 0.47 0.65 0.25 16.8 0.5 0.51
Hex C0 66 43 0 2F 41 19 11 32 33
Octal 300 146 103 0 57 101 31 21 62 63
Binary 11000000 1100110 1000011 0 101111 1000001 11001 10001 110010 110011

Color Harmonies of #C06643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06643

Black with #C06643

Text Example


Text Example

White with #C06643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06643; }

 p { color: rgb(192,102,67); }

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

background-color css

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

 a { background-color: rgb(192,102,67); }

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

border-color css

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

 span { border-color: rgb(192,102,67); }

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