Html Css Color HEX #C06644 Flame Pea

📋 copy color: '#C06644'

red 192 ◦ green 102 ◦ blue 68

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

Shades of Flame Pea #C06644

Tints of Flame Pea #C06644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 53.04%
G = 28.18%
B = 18.78%

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

#C06644 (or 0xC06644) is known color: Flame Pea. HEX triplet: C0, 66 and 44. RGB value is (192,102,68). Sum of RGB (Red+Green+Blue) = 192+102+68=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06644 is #3F99BB. Grayscale: #7D7D7D. Windows color (decimal): -4168124 or 4482752. OLE color: 4482752.

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

Color convert

RGB 192 102 68 -
CMYK 0 0.47 0.65 0.25
HSL 16.45º 0.5% 0.51% -
HSV(B) 16.45º 0.65% 0.75% -
XYZ 27.53 21.13 8.1 -
YUV 125.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 192 102 68 0 0.47 0.65 0.25 16.45 0.5 0.51
Hex C0 66 44 0 2F 41 19 10 32 33
Octal 300 146 104 0 57 101 31 20 62 63
Binary 11000000 1100110 1000100 0 101111 1000001 11001 10000 110010 110011

Color Harmonies of #C06644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06644

Black with #C06644

Text Example


Text Example

White with #C06644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06644; }

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

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

background-color css

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

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

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

border-color css

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

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

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